doctrine
How to cascade deletions with Doctrine 1.2?
I have been struggling with defining cascade behavior in Doctrine ORM. According to the documentation, one is supposed to use onDelete: CASCADE for database-level cascade (which is what I am trying t[详细]
2023-04-06 21:10 分类:问答New Column in Doctrine / CodeIgniter app produces Column not found: 1054 Unknown column error
Doctrine_Connection_Mysql_Exception [ 42 ]: SQLSTATE[42S22]: Column not found: 1054 Unknown column \'alloc开发者_如何学Cation_rule_number\' in \'field list\'[详细]
2023-04-06 17:12 分类:问答Strange behavior with doctrine_record::free() method on a loop
Hie all, I loop in Doctrine_Query::exec开发者_如何学编程ute() with many relations and i get a[详细]
2023-04-06 16:01 分类:问答Symfony: How to save data from sfWidgetFormDoctrineChoice with multiple checkboxes
I have problem with save data from choices widget. Here is part of schema: Client: columns: id: type: integer[详细]
2023-04-06 07:39 分类:问答* @method Users setGroups() Sets the current record's "Groups" collection
I would like set null in all fields in one user. If this is simple fields, for example: * @method UserssetNumber()Sets the current record\'s \"number\" value[详细]
2023-04-06 04:00 分类:问答include file in action.class.php ? symfony
i have library in file Example.php. I would like this include for action.class.php. How can i 开发者_如何学Cmake this?[详细]
2023-04-06 01:52 分类:问答Why does Doctrine say it can't find the PDO driver?
I tried Symfony 2 today and I tried to play a bit with开发者_C百科 Doctrine. But when I use the command php app/console doctrine:schema:create in the command line, it returns this error:[详细]
2023-04-06 00:27 分类:问答how compare two validators for one field?
I must use two validator for one fields: $this->setVa开发者_运维问答lidator(\'number\', new sfValidatorDoctrineUnique([详细]
2023-04-05 19:49 分类:问答error saving OneToMany and ManyToMany relationship with Doctrine 2
I have a problem with \"Doctrine2\". When attempting to save a relationship \"ManyToMany\" or \"OneToOne\" PHP leave exception error! I leave the error so that you can help me.[详细]
2023-04-05 14:56 分类:问答Extend / Customize a doctrine's entity repository in Symfony
I need help with doctrine in Symfony,开发者_运维问答 I\'d like to extend/customize an entity repository... so I made a class in the Repository folder of the bundle (which didn\'t exist) but I don\'t k[详细]
2023-04-05 14:15 分类:问答