I\'m using Symfony 1.4 and Doctrine. Let\'s say I have 2 classes : a Brand and a Product. When I create a new product in the Admin Generator based admin, I\'d like to choose a brand from a dropdown
It seems that in Symfony 1.4 with Doctrine that when generating auto-increment columns (id) it defaults to bigint.This seems like total overkill and I would just like to default it to an integer inste
I\'m importing some content into a Nested Tree model, and I\'m implementing a Transaction to be sure each object has been saved; and if not, remove it from the tree. I\'m using Doctrine 1.1.6.
I want to disable the automatic behaviour of changing the \'updated_at\' field when an object is updated. I want to do it manually; or at least, have the posibility to disable it as wanted.
I\'m building a Ta开发者_如何学编程sk in Symfony with Doctrine. I\'m getting all the places to make a batch update to a particular field. This has to be done in two languages. I\'m using setBaseQuery(
I\'m building a small MVC framewrok for a specific PHP application - using Doctrine as ORM. I\'d like to know what it would be the best practice to manage the frontend Menu.
It does not seem like Doctrine 2 has built-in validation. Is this a feature that will be supported in开发者_如何学JAVA the future? How and where do you validate your Doctrine 2 entities?
I have a table CREATE TABLE `sob_tags_articles` ( `tag_id` int(11) NOT NULL, `article_id` int(11) NOT NULL,
I am getting orm:schema-tool => Th开发者_Go百科e supplied configuration uses the annotation metadata driver. The \'class-dir\'
I have some models witch are using Doctrine nestedset feature. I want to add d开发者_JAVA技巧elete functionaly of elements from tree since that is required in my application. I was trying with snippet