I triedthis this solution, but it seams not to work in Symfony 1.4. Has something changed? How do I add selected attribute to the form select?
I would like set null in all fields in one user. If this is simple fields, for example: * @method UserssetNumber()Sets the current record\'s \"number\" value
i read up on the topic but have no idea where to start what will the first step be? i have this code that gets called first: rclayout.php
i have library in file Example.php. I would like this include for action.class.php. How can i 开发者_如何学Cmake this?
I tried Symfony 2 today and I tried to play a bit with开发者_C百科 Doctrine. But when I use the command php app/console doctrine:schema:create in the command line, it returns this error:
I must use two validator for one fields: $this->setVa开发者_运维问答lidator(\'number\', new sfValidatorDoctrineUnique(
I have an app in Symfony which generates many messages. Each action in the module can generate a message(s) stored in array. Last added messages should be displayed in any view (so I\'m calling the fu
I need help with doctrine in Symfony,开发者_运维问答 I\'d like to extend/customize an entity repository... so I made a class in the Repository folder of the bundle (which didn\'t exist) but I don\'t k
i\'m interested in building page statistics based on the same code the sfWebDebugPanel* use. the problem is when i use it in the filter pre execution, i can\'t get the count of SQL queries cause none
On symfony 1.2.8 i m stuck to redirect to same page when change the user culture. that mean if user change the culture from the some action its should go back to the same action instead of going to th