I generated with Admin generator this: abstract class autoNewsActions extends sfActions { public function preExecute()
I generated admin doctrine in Symfony 1.4. I use generator.yml. I would like edit template for form. I know that it is in cache. I copy this for backend, but there doesnt have $form.
Is it possible to write in Doctrine the following SQL query? UPDATE Inventory SET a = CASE WHEN a=id THEN NULL ELSE a END,
I need to put a dialog box saying something like \"success!\" after so开发者_C百科meone fill a newSuccess.php form. How can I do it?You can use flash massages. You can read about it.You also can use t
i have two table: News: id title body and NewsCopy: id title body if i add new News i would like also add this same all data for table NewsCopy?
I have the following table structure: Inventory: userid - a - b - c - d - e - f - g - h - i - j - k The letters represent an inventory\'s slots. Here are stored products\' ids. These products\' dat
I have a sentece that works like a title, but is to 开发者_StackOverflowbig to be shown in the page. I can I set the variable to only show a bit of the sentence in symfony?
I have a table for \'alerts开发者_如何学Go\'. I would like to store there the alerts for the users in Engligh, and translate the alert into the users\' culture before showing it. Like an usual message
I have started to learn symfony and I am a little bit confused. In \'practical symfony\' they explain symfony doctrine:build --model, symfony doctrine:build --sql and symfony doctrine:insert-s开发者_如
I need to get fields from another module. How can I do this in symfony? (e.g.: I\'m need s开发者_开发问答omething from module=\"x\" to be working in the showSuccess.php from module=\"y\")The only opt