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 would like add clause where - max 开发者_JS百科30 days from now. in database i have timestamp: 2011-08-30 20:29:35
I upgraded the WAMP from php 5.3.0 to php 5.3.5 now I\'m having a problem with pear that I just cant\' solve
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 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\'m still struggling integrate APC with EasyPHP for testing Doctrine + CI. Installed APC configured php.ini
I\'m doing something like that on my project: use Doctrine\\ORM\\EntityRepository; class ArticlesType extends AbstractType {
I would like to modify two forms in one page. I generated a module with Doctrine. I have: public function executeEdit(sfWebRequest $request)
I´m having problems understanding some basic strategies using doctrine 2 in codeIgniter 2 development.