I want to make a query on an automatic generated table under Doctrine 1.2. In this particular case I have the following query:
I have a code that runs perfectly with Doctrine_Core::HYDRATION_ARRAY, but crashes with Doctrine_Core::HYDRATION_RECORD. The page is loading for about two minutes and shows standard browser error mess
I\'ve put together a unit testing plugin for Symfony 1.4 that attempts to manage the database automatically, similarly to the way Django\'s test framework does it (destroy and rebuild the database bet
Here is my part of my schema: sfGuardUser: actAs: [Timestampable] columns: email_address: type: string(255)
I\'m trying to build this SQL query: update shop_product set flags=flags^(flags&1024); Using Doctrine 1.2.
I have a little disturbing problem in here! an using symfony 1.4 with Doctrine! i fact i have a \"many to many\" relation (see code bellow) but i don\'t have the RIGHT result!
I use symfony 1.4.12 with doctrine. I have sfGuardUser table; I can count all records like this: 开发者_如何学编程 $count_user=Doctrine::getTable(\'sfGuardUser\')->count();
I\'m trying to populate a table set with more root Locations nested three levels: Region, Province and City.
Using Doctrine, I\'m doing a query kinda like this: $query = Doctrine_Query::create()->select(\'id,name\')->from(\'people\');
I want to get list of all my Doctrine Models. Someone know how开发者_Python百科 to do ? Thank\'sDoctrine_Core::getLoadedModels()