doctrine
order by and count in Doctrine Symfony
id| name 1| aaa 2| bbb 3| ccc 4| ccc 5| aaa 6| ccc 7| ccc 8| aaa 9| bbb 10| ccc 11| aaa i would like become: name | count[详细]
2023-04-11 15:31 分类:问答Doctrine 2.1 - error in DateTimeType
I\'m trying to 开发者_StackOverflow社区add user to my database through Doctrine 2.1 project and I\'m getting that kind of error:[详细]
2023-04-11 11:59 分类:问答Symfony 2 and Database structure with yml
I am getting fami开发者_开发知识库liar to Symfony-2 after having good experience with Symfony 1.4.[详细]
2023-04-11 10:58 分类:问答Symfony 1.4 best practice production & development configuration
I\'m just getting started with Symfony. I\'m using Git/github as a way of managing my project. I\'ve set up two ignores for log and cache which is fine.[详细]
2023-04-11 02:20 分类:问答Doctrine2 lifecycle callbacks in base class?
In Doctrine2 is it possible to invoke lifecycle callbacks in a base class, which all entities inherit from.[详细]
2023-04-11 01:19 分类:问答How to apply a function in a where clause with doctrine 1.2
Imagine i want to search a phone number in my DB but they are saved with different formats Exemple : 12345678[详细]
2023-04-10 17:02 分类:问答How to store a translation in a different table using Doctrine 2 + Gedmo Translatable
Using the instructions on https://github.com/l3pp4rd/DoctrineExtensions/blob/master/doc/translatable.md#advanced-examples a table can be split in order to store the translations in another table.[详细]
2023-04-10 10:52 分类:问答Raw SQL with Doctrine
I want to execute a query in raw SQL with Doctrine. I have an error but I don\'t know where. $my_id = 12;[详细]
2023-04-10 07:39 分类:问答Naming a relation in Doctrine 2 ORM?
How can i set the name of the foreign key (edit: not the name of the attribute itself) for the many-to-one relation \"region\" using YAML?[详细]
2023-04-10 04:59 分类:问答value in form dependent on URL
schema.yml: Shop: title:{ type: string(50) } number: { type: integer(2) } i can set default value for number in ShopForm.class or method save. but how can i make it with address URL?[详细]
2023-04-09 19:17 分类:问答
加载中,请稍侯......