doctrine
Symfony 1.4 Doctrine fixtures load individual file?
I\'ve got a working app and I want to add some fixtures but really all I want to do is load in the new fixture file.[详细]
2023-04-09 07:43 分类:问答Doctrine andWhere orWhere doesn't seem to bind more than one parameter
I have a query like this: $name = \"field1\"; $name2 = 开发者_如何学JAVA\"field2\"; $value = \"searchTerm\";[详细]
2023-04-09 06:19 分类:问答Doctrine objects are HUGE
I\'m a .NET convert to PHP and am so far having a good time with the transition. I\'m using doctrine 1.2 as my ORM and have my models working and everything is connected fine. However, the problem i\'[详细]
2023-04-08 14:07 分类:问答Symfony 2 - Doctrine : OnetoOne relationship unclear
i\'ve been losing my nerves over it and spent a couple of hours searching here and there, unfortunately to no avail.[详细]
2023-04-07 17:03 分类:问答Problems with inheritance with Symfony2, Doctrine2
I edited some mistakes and details... Well, I have been trying to create a inheritance with Product as parent and Film and Book as childs. Checking online and the official documentation didn\'t solve[详细]
2023-04-07 16:52 分类:问答Problem with symfony2 schema yaml: unable to get relationships working
I have two entities: User and Student. Following is the yaml schema: ABC\\UserBundle\\Entity\\User: type: entity[详细]
2023-04-07 16:26 分类:问答Doctrine2 fetching rows that have manyToMany association by QueryBuilder
everyone. I have 2 entities City and POI. Mapping looks like this: class City { /** * @ORM\\ManyToMany(targetEntity=\"POI\", mappedBy=\"cities\")[详细]
2023-04-07 15:42 分类:问答Doctrine 2 - Access level problems when using Class Table Inheritance
I\'m trying to implent the Class Table Inheritance Doctrine 2 offers in my Symfony 2 project. Let\'s say a have a Pizza class, Burito class and a MacAndCheese class which all inherit from a Food class[详细]
2023-04-07 11:36 分类:问答Doctrine querying and accessing with relations
No problem, just a question about good code-writing. I\'m still learning Symfony + ORM and have no orientation in these frameworks.[详细]
2023-04-07 07:22 分类:问答Querying data from a child model
I have 3 models that I have setup thus far in a simple application I am working on: So far I have these models:[详细]
2023-04-07 05:52 分类:问答
加载中,请稍侯......