I\'m pulling my hair out with something that should be very simple: getting line breaks to show up properly in text that\'s returned from the database with Doctrine 1.2
Anyone know how to do an update with a join (i.e. update on two tables in one query) in Doctrine 1.2?
With doctrine if you execute this code $columns = $accountTable->getColumns(); foreach ($columns as $column)
Can anyone tell me why calling \"unserialize\" works fine in an action but gives an offset error in a template?
I am a little bit confused with Doctrine class. I created a class an开发者_开发百科d its base class in Doctrine. The class\'s name is User.
I followed doctrine documnet开发者_运维问答ation to get started. Here is the documentation. My code is
I would like to display a list of records from an internationalized table using sfDoctrinePager. Not all the records have been translated to all the languages supported by the application, so I had to
I have Doctrine model with a date field \"date_of_birth\" (symfony form date) which is filled in by the user all works 100% it saves to the db as expected, however in the model save() method I need to
do anyone suggest using an external ORM like Doctrine/Propel over the defual开发者_开发百科t Zend_Db_Table in Zend Framework ?
I have a genereated form which handles a m:n relation. The generated form overrides the doSave() method to handle the \"list\". 开发者_JS百科