In my Symfony 1.4 project I am using the doctrine:generate-admin task to create the modules that compose my backend system. One such module is \"journeys\". When I view the source of the \"journeys/ne
I\'m using PHP with the Symfony framework (with Doctrine as my ORM) to build a spider that crawls some sites.
I am learning Zend Framework and Doctrine. I am wondering what is the best practice to connect forms to models and vice versa.
this SQL clause is working OK: SELECT * FROM `sf_guard_user` WHERE nombre_apellidos LIKE REPLACE(\'Mar Sanz\',\' \',\'%\')
I have a column in a table defined as following in my yaml file: myTable: columns: value: type: enum length: 2
When I execute the command \'./doctrine build-all-reload\' It comes out the following output: build-all-reload - Are you sure you wish to drop your databases? (y/n) y
I have an DQL query in LocationTable.class.php For this query i need an id which is passed to the action via the URL ?id=2
I am trying to generate a url but I keep getting a strange warning even though it works. I am making an api xml page and I use the following call in the controller:
i do get an Integrity constraint violation for Doctrine though i really can\'t see why. Schema.yml User:
I am using Doctrine Update query as follow. $oQuery = Doctrine_Query::create() ->u开发者_如何学Cpdate(\"Model\")