doctrine
How to change entity class names Doctrine generated
I\'m using Doctrine 2 and use these functions to generate entities from existing DB: $cmf = new DisconnectedClassMetadataFactory();[详细]
2023-04-04 05:39 分类:问答Creating/updating schema from Doctrine entities
I\'m using Doctrine with Zend Framework. I have to create both the DB schema and the Doctrine entities with annotations.[详细]
2023-04-04 02:59 分类:问答How to populate zend_form from Doctrine2 entity?
Right now I\'m populating/setDefaults a zend_form like this from the controller: $data = array(\'user\' => $account->getUser(),[详细]
2023-04-04 01:17 分类:问答Doctrine 2: Proxy name collisions
I\'m learning Doctrine 2, and noticed that the name of a generated proxy class is the original class\' full name, without the 开发者_开发技巧namespace separator, with Proxy appended to it.[详细]
2023-04-04 00:51 分类:问答is not a valid entity or mapped class Error
I\'m using Doctrine with Codeigniter. So i write a library class for using them together. But i cant access entities (after creating them from db with reverse-engineering). Doctrine gives error: Fatal[详细]
2023-04-04 00:04 分类:问答Immutable collections in Doctrine 2?
I\'m looking for a way to return an immutable collection from a domain object in Doctrine 2. Let\'s start with this example from the doc:[详细]
2023-04-03 20:14 分类:问答MySQL query utf-8 characters (e.g. Chinese)(Also, I am using Doctrine)
$q = $this->createQuery(\'q\') ->where(\'q.group_id=?\', $group_id) ->andWhere(\'q.content=?\', $content)[详细]
2023-04-03 17:54 分类:问答Doctrine 2: can't get LifecycleCallBacks to work with single table inheritance entities?
Is there a bug that doesn\'t allow this?I\'ve put the LifecycleCallBacks annotation and a prepersist method into the base class (also tried the child classes as well) and can\'t get LifecycleCallBacks[详细]
2023-04-03 16:35 分类:问答doctrine 2, cant remove references from db
my blog has 3 entities as follows: entry: namespace Entities\\Blog; /** * @Entity(repositoryClass=\"\\Entities\\Blog\\EntryRepository\")[详细]
2023-04-03 05:51 分类:问答Getting started with Doctrine 2 and CodeIgniter
I\'ve been reading about Doctrine for a while now and it surely looks interesting. I have read through most of the tutorials on phpandstuff.c开发者_如何学JAVAom, but I realise they\'re way outdated a[详细]
2023-04-03 03:51 分类:问答
加载中,请稍侯......