Is there a way to use Doctrine using the model classes I\'ve already setup for my Symfony applications without having to call Symfony with all that overhead?
I am doing a web application in ZF + Doctrine 1.2.3 but i had an old database , it had pretty good structure so i think i can reverse engineer it with doctrine commad
I am using Doctrine 1.1 in Zend. I am trying to write开发者_JS百科 a query that will return records that have a null value in a certain column.
I am trying to write a validator in Zend framework. The validator queries the database to check if a particular record exists, this query uses a where clause. The value for the where clause is specif
I am very new to ORM and Doctrine so please be patient with me. I am more or less following the getting started tutorial now (just with different tables to make it more interesting). I have created t
Is it somehow possible to automatically generate a YAML schema file or models from an existing MySQL database?
I have the following code : $treeObject = Doctrine_Core::getTable(\'Category\')->getTree(); $rootColumnName = $treeObject->getAttribute(\'rootColumnName\');
Hi everyone, I\'ve setup the versionable behavior for \'Address\' table, but when I\'m trying to run PHPUnit tests i\'ve got following error:
I have a large live database. What are the best practices for making schema (doctrine) changes? When doing development I can just build-all and reload some fixtures and that is usually fine if my dat
I am running a large scale website with Codeign开发者_Python百科iter and Doctrine using RDS master/slave DBs, but for some reason I keep running into a Doctrine error of too many mysql hosts issue. Th