doctrine-1.2
Doctrine 1.2: events with out-of-date invokers cause problem with versionable behaviour
I have a feeling there might be something I am missing here, but here I go anyway. Consider this: I have a \'Booking\' class that has a user_id field and the Versionable behaviour and I run the follo[详细]
2023-03-21 21:39 分类:问答Best way to catch Doctrine Exceptions in Codeigniter
What do you think is the best way to catch all doctrine 1.2 ORM exceptions in codeigniter framework, i would not like to wrap the entire index.php with a try catc开发者_Go百科h, but neither to do a tr[详细]
2023-03-20 21:24 分类:问答sfWidgetFormDoctrineChoice for NestedSet model
I\'m experiencing a difficulty in rendering sfWidgetFormDoctrineChoice (set of checkboxes) widget for a NestedSet structure.[详细]
2023-03-17 16:38 分类:问答doctrine many-to-many not working
I\'ve got the following schema.yml file, but it\'s just not working correctly. Can anyone point me in the right direction please?[详细]
2023-03-17 08:29 分类:问答PHP/MySQL and Doctrine Best Practices for Multi-Insert
StackOverflow answered a lot of questions before, but i\'m looking for a more specific one that I couldn\'t find a开发者_开发知识库n exact answer.[详细]
2023-03-16 17:56 分类:问答Symfony - register system - confirm password and hidden input
I use Doctrine: User: columns: username: 开发者_运维百科{ type: string(255), unique: true } password:{ type: string(255) }[详细]
2023-03-15 14:31 分类:问答getting two column with relation
i learn Symfony and Doctrine with Jobeet. I would like add aeveral modifications. default is: http://www.symfony-project.org/jobeet/1_4/Doctrine/en/03[详细]
2023-03-12 23:13 分类:问答one form - add to two tables
how can i in Symfony 1.4 and Doctrine make one form, that will add data to two tables? Default Symfony generated form for one table and module. at which point I can edit it and add their own fields?[详细]
2023-03-12 18:16 分类:问答How do I Connect to MySQL socket using Doctrine 1.2?
Following the directions at http://www.doctrine-project.org/projects/orm/1.2/docs/manual/introduction-to-connections/en#dsn,-the-data-source-name:examples, I get the following error[详细]
2023-03-11 17:13 分类:问答Better way to generate models from yaml in Doctrine1.2?
Hello Ive been working with doctrine 1.2 lately and do aliot of work from the command line.The 开发者_开发知识库problem is that when Im working on a project I change my schema alot at first.This would[详细]
2023-03-10 22:58 分类:问答