I\'m trying to modify the content of the response from some actions in Symfony 1.4. When I process some forms, and after some conditions, in processForm method (the one called for form binding, and g
I am in the early stages of rearchitecting my company\'s application.The app is currently running on symfony 1.2, and I used the default ORM at the time, Propel.
I\'ve been going through the Symfony documentation in order to find out how to create a plugin. However, the two tutorials seem to give a lot of extra information (for example models etc).
I\'m using Symfony 1.4.8 The Problem is in saving embedded form relation to database. I have child and parent; child is embedded form, when I\'m using embedded form parent is always connected with th
Post table: idnamecontent 1test1generated from fixture 2test2generated 3test3generated 4post1this is actual post
After making a SQL query to Table Post I wish to hydrate the $开发者_JAVA技巧result array to a Doctrine object. Right now in order to do this I use a set command for each field, as below:
I\'m working with the Sym开发者_JAVA百科fony doctrine admin generator. I\'ve added a couple of virtual columns as detailed on this page http://www.symfony-project.org/jobeet/1_4/Doctrine/en/12
I have an admin-generated frontend that has lots of filter options available. Can I call the page via a URL and choose different filter options per URL?
I use database that has been created by someone else and I can\'t change it. Database uses plural form for its tables\' names. In my symfony application I use Propel as ORM. I wanted to change tables\
In my Symfony/Doctrine app, I have a query that orders by RANDOM().I call this same method several times, but it looks like the query\'s result is being cached.