doctrine-1.2
Manipulate Doctrine NestedSet tree
I am usingNestedSet behavior with doctrine 1.2.4 with Zend framework but i am having some difficulty when inserting a child node of already saved root node[详细]
2023-02-22 18:25 分类:问答Doctrine query : confusing addWhere, andWhere, orWhere
I have a query : $q->andWhere($q-&g开发者_如何学Ct;getRootAlias().\'.is_published = ?\', 1); $q->andWhere($q->getRootAlias().\'.published_at >= ?\', time());[详细]
2023-02-19 16:03 分类:问答How to upgrade from Doctrine 1.1.4 to Doctrine 1.2.3 in Zend?
I am trying to upgrade Doctrine in my Zend application. I changed the line in my bootstrap file to point to Doctrine 1.2.3[详细]
2023-02-16 19:18 分类:问答sfDoctrineForm - How can i check if the object in an embedded form exists and relate it to the new parent object instead of creating a new one?
Im working on a user registration form that involves 3 different objects, The user, member profile, and member organization. Im trying to embed all these into a single registration form like User > Me[详细]
2023-02-15 17:17 分类:问答Setup of Doctrine CLI not quite working
Still struggling to get doctrine working properly on my system. I have a yaml file that describes the structure of my database and tables. (I am following the tutorial on zendcast). I have my doctrine[详细]
2023-02-13 21:00 分类:问答Symfony 1.4 (Doctrine) admin generator: How to call symfony 1.4 admin generated filter options via a url
I have an admin-generated frontend that has lots of filter options available. Can I call the page via a URL and choose different filter options per URL?[详细]
2023-02-09 00:32 分类:问答Driver not found when calling "doctrine create-db"
I didn\'t know why but, I\'m not able to perform this command with doctrine create-db . As you can see, my pdo and pdo_mysql is activated.[详细]
2023-02-09 00:18 分类:问答Preventing Doctrine's query cache in Symfony
In my Symfony/Doctrine app, I have a query that orders by RANDOM().I call this same method several times, but it looks like the query\'s result is being cached.[详细]
2023-02-08 18:03 分类:问答Symfony, Doctrine, schema.yml, -guessing- relations problem
I prepared a schema.yml -you can find below-. When i build it, build sql and inserting sql; i haven\'t face any problem. But when i try to load data (fixtures) it gives me an error -you can find below[详细]
2023-02-08 17:22 分类:问答Adding virtual columns to current table in Doctrine?
I\'m using Doctrine 1.2 with Symfony 1.4.Let\'s say I have a User model, which has one Profile.These are defined as:[详细]
2023-02-08 16:01 分类:问答