In symfony 1.4, 开发者_运维百科how to call an action of another application from the current action?There\'s a blog post about that here:
i have this code: $profile_pic = sfConfig::get(\'sf_upload_dir\') . \'/rainbowcode/profilepics/\'.$this->msisdn.\".png\";
i learn Symfony and Doctrine with Jobeet. I would like add aeveral modifications. default is: http://www.symfony-project.org/jobeet/1_4/Doctrine/en/03
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?
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]
Hey there I was just wondering is it good to use i18n inside the model files. Though I am suspecting only controller knows what language at the moment is active.
I am some trouble loading fixture data, that I have added manually in my admin backend and then simply exported the data using \'symfony doctrine:data-dump\'