I get the following error when I try to perform a rollback. Rollback failed. There is no active transaction.
How do I 开发者_JAVA百科set up Doctrine to automatically run iconv() when building a query and fetching data?Why don\'t you just tell the RDBMS you\'re using to send the data in UTF-8? Doctrine_Connec
This must be simple, but I can\'t seem to find the answer online nor figure it out through trial and error.
I\'d like to encapsulate functionality specific to certain models by including methods in the model class definitions. So, for example:
in Doctrine 1, i see that it 开发者_如何学编程supports hierarchical data support? is there any in Doctrine 2?
i am using MySQL with PHP & Doctrine 2. my question is assuming i am using Modified Preorder Tre开发者_JS百科e Traversal is there a way i can retrieve only immediate children? As you\'ve discove
i noticed that if i try to do s开发者_Python百科oemthing like $query = $em->createQuery(\'SELECT u FROM \\Application\\Entities\\User u\');
in doctrine, whats the diff between regular and fetch join? i dont get it just by reading the docs. // regular
i learnt that in doctrine i can return partial objects. when i just do print_r() of the result set returned, they seem to still contain the definations for the fields, except that when i echo them out
I\'m using Symfony 1.2.7 and Doctrine 1.1. I have $activities (sfOutputEscaperIteratorDecorator - Doctrine_Collection). I\'m escaping everything on settings.yml with ESC_SPECIALCHARS method. If I were