i am having problems persisting a Doctrine 2 entity (Post) when the User is logged in with Zend_Auth.
I\'m getting a weird error in symfony 1.4 with doctrine 1.2. My schemas seem to be normal. But whenever I execute the doctrine:build --all --no-confirmation --and-load task, it would output the error
I want to make a deep copy/clone of a doctrine record in a symfony project. The existing copy($deep)-method doesn\'t work properly with $deep=true.
Does anybody can get me started on using fixtures in doctrine 2? In doctrine 1 this was easy. But in the doctrine 2 documentation there\'s n开发者_Go百科othing I can find about fixtures.
I\'m busy with Doctrine2, but I can\'t get it to work. Everything works fine out of t开发者_如何转开发he box with sqlite. But when I try to change the database in the sandbox demo to MySQL I\'m gett
I have add开发者_如何学编程ed an index on a table just to ensure that a set of fields together form a composite unique key (Is this approach correct? or is there a better option with Doctrine?)
I have three tables A, B, C. A and B have a one-to-many relationship. B and C have another one -to-many relationship. In another word, each A can have multiple Bs, while each B can have multiple Cs.
I\'m usin开发者_运维百科g CodeIgniter with Doctrine in a project. One of my models has the Sluggable behavior. The slug is created according to another field X when the object is saved. I was wonderin
How do I select 开发者_开发问答posts that contain a specific tag if there is a many-to-many relationship between posts and tags?
i seem to managed to integrate Doctrine 2\'s autoloaders to Zend\'s, tho i am not sure if i am doing it correctly ...