I have a registration form that includes sfRegistration and sfProfile, which after completion, get\'s redirected to another form - to determine the user\'s corporation and is a seperate module.The sfP
I have two table: Name id | name | city_id 1| aaa| 1 2| vvv| 2 3| ddd| 2 4| sss| 3 5| dds| 1 etc City: id | name
We have several branches of one project that share about half of the code and develop them simultaneously with git checkout. Now, the problem came when the model became so different, that it is no lon
im up to write background processing web service using php that need to run in background even user closed the browser is there any way to do this using php ?
public function executeShow(sfWebRequest $request) { $this->category = $this->getRoute()->getObject();
For example I have: public function executeTestOne(sfWebRequest $request) { $this->value = Doctrine::getTable(\'Test\')->createQuery(\'a\')->where(\'id = ?\', $request->getParameter(\'id\
im writing fixtures for my project in symfony, and i have preblems when trying to add fixtures to objects with a multiple column primary key, which is also foreign key to other table.
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 am working on some kind of notifications module in a Symfony application. I am iterating over a Doctrine_Collection of users to create a Notification for every user that has a flag active in its pro