I\'musing I18n-behaviour to store translated values. $i18n = new Doctrine_Template_I18n(array(\'fields\' => array(\'title\', \'text\')));
I have a form with an input which is optionnal but I can\'t valid the form if the user don\'t fill it because it\'s a foreign key and Doctrine shows me an error.
I am experimenting with designing a model for a project I am working on in Doctrine, and I wanted some advice on how I would define different relationships.
I have an image upload form and at the bottom, I\'d like to have a checkbox that the user must check before 开发者_JS百科submitting the form, certifying that they have the right to distribute the phot
Hi I\'ve got the following query but it doesn\'t seem to work. $q = $this->em->createQueryBuilder()
I have a project that connects to multiple databases. When I run doctrine:build-schema, I get an error that simply says \"Missing class name.\"
I\'m thinking about deploying Doctrine migrations in my environment to handle database changes between multiple developers.I haven\'t used them before, but I have done my research on the matter.
The default string normalization (provided by the Doctrine_Inflector::urlize() \"sluggifier\") isn\'t suitable for my project, so I need to utilize my own algorithm.
I\'m brand new to Doctrine and Code Igniter and I\'m running into a problem with one of my tables. I have a model that I thought would only allow 4 different letters (for testing at this point in tim
I need to update extra field in associative table w开发者_如何学Cith a raw query how do I do it. Nothing is working !!!!!This works for me with Doctrine 1.2 when doing an UPDATE: