I have something like this: <?php echo $form[\'nome\']->renderRow(); ?>. this gives me the text field, the label and the开发者_如何学运维 error message. i need to give different widths to eac
in backend_dev i generated with admin generator module News: local开发者_StackOverflow社区host/backend_dev.php/news/2/edit
i would like make copy if i add and edit News. class News extends BaseNews { public function postSave(){
I\'ve made a page.php (entirely in php, by hand, so independant from my symfony project) file in the web directory called by an ajax action in my module
I already did some migrations with symfony 1.4, but for some reason, it\'s no longer working. I have my OLD model, and i added a brand new table to my schema.yml.
How can I automatically introduce, in a time field, the last two digits from time. What i mean is I write 16:开发者_开发百科 in the field and it automatically puts the last 00. Something in javascript
I am trying to add a new query to my app and I\'m stuck a bit. I also don\'t really know what to use as search term, so I\'m stuck.
I built a login system in Symfony. On every page that is secured I need to validate that the username matches the password. I wrote a function: isValidAuth() in myUser.class.php. Nevertheless I need t
Am using Symfony 1.4 and Propel 1.6. I have a table representing an object where one may record may relate to one other record in the table (Think outbound / inbound routes). The key of second half of
I need to style the error messages in the newSuccess.php template. I wrote this in configure(): $this->setValidators(array(