I have a simple parent-child/header-line model in my project. The problem is that its creating a cyclic relation or something, and not letting me save the p开发者_运维技巧arent without the child! Dete
I read official documentation and tons of threads but still do not find solution for my situation. My case is very basic. I have 2 entities: comments and keywords for them. One comment can have many k
On my application, i frequently do doctrine query like this : $coms = Doctrine_Core::getTable(\'Comment\')
I\'m working on the Doctrine tutorial at http://www.Doctrine-project.org/ and I receive a fatal error when I try to run my generate.php script which makes my models and makes tables in the database:
i am currently learning Zend Framework 1.10 and intend to use Doctrine 2. however i see to encounter many problems/errors when trying to use the doct开发者_JAVA百科rine 2 sandbox.
I am using Doctrine and sometimes I\'ve the feeling that it is doing much more things than what I am expecting, so I 开发者_运维技巧would like to have more information (and therefore more control) abo
i think my question is not clear but i try to illustrate my point here. assuming i have a many to many, self referencing relation开发者_JAVA技巧ship where a user can be a teacher (say u post answers a
I need to migrate an existing project, built on the current beta of doctrine 2, from mysql to SQL Server.
I have this model: Usuario: actAs: Sluggable: unique: true fields:[nombre_apellidos] canUpdate: true inheritance:
i am having trouble deciphering this block of code from doctrine documentation /** @Entity */ class User