I have a model setup using Doctrine. I would like to generate a token for each record, so I think I need to overload Doctrine\'s save() function with something like this that I found using Symfony:
I\'m having trouble converting a SQL query to Doctrine. I have the following setup: path (hierarchy) Id | template_type | object_id | name | path | rgt | lft | level
I am trying to figure out how do you generate models for modules in ZF? My logic could be flawed, but here is the setup:
I 开发者_如何学Pythonam using Doctrine 1.2 with Zend Framework. When I fetch a result set as a Doctrine collection, the collection object contains an empty model object of a given type if the returned
Does anyone have experience using Doctrine with large datasets? I have a开发者_StackOverflow社区n import script that uses Doctrine and it uses way too much memory. The speed isn\'t a huge problem but
I am using mysql-workbench-doctrine-plugin and it is definitely something which is very useful! However I need something more robust which can handle more exceptional cases! The current plug in has so
Hy! I\'m new to the Doctrine library. I\'m trying to take advantage of the Doctrine Behavior (Templating) system to build a Authenticable behavior but I ran into a few problems.
Is it p开发者_如何转开发ossible to set a constraint in a Doctrine model, so that all queries using that model include this requirement? For example, if I have a Car model and I want to ensure that all
I have a collection of entities in the \'namespace\' \'Project\'. I have one file called \'Project.php\' and at the same directory level I have a folder called \'Project\' under which the rest of the
I\'ve done this before on another machine and the setup is almost identical. However, its just not working on the new machine. When I try and get Doctrine to generate my models, its putting them in th