In a symfony application, I have a list of modules which are built on the doctrine admin generator. Because the app is embedded in another system I need to replace all redirect() calls in the action c
i have this code: $profile_pic = sfConfig::get(\'sf_upload_dir\') . \'/rainbowcode/profilepics/\'.$this->msisdn.\".png\";
I have a custom plugin in Symfony 1.4 and I want to add some fixtures to dat开发者_如何学Cabase. Where shall I put the file fixtures.yml ?
I did the Symfony 1.4 Jobeet example project and now i would like add an additional form. How to do it correctly in a single project? Default Symfony itself generates the first form, but how can I cr
how can i in Symfony 1.4 and Doctrine make one form, that will add data to two tables? Default Symfony generated form for one table and module. at which point I can edit it and add their own fields?
How can i calculate the difference between datetime column and now (for example \'created_at\' and NOW()) in Doctrine?
i learn Symfony and Doctrine with Jobeet. I would like add relation in JobeetJob. this is original: http://www.symfony-project.org/jobeet/1_4/开发者_StackOverflowDoctrine/en/03
I have the schema: State: actAs: I18n: fields: [state] actAs: Sluggable: unique: true uniqueBy: [lang, state]
i generated new project and new module with Jobeet http://www.symfony-project.org/jobeet/1_4/Doctrine开发者_如何学C/en/03
I want to create a symfony route rule where can have one o many levels, but just es important the last one. For better explanation, here is a ¨example¨: