Questions tagged [zfdoctrine]
19 questions
0
votes
1 answer
Caching configuration in ZF2 & Doctrine 2
I try to build a simple application using Zend Framework 2 and Doctrine 2. I decided to use YAML config files so my doctrine.yml file is as follow:
driver:
application_entities:
class: 'Doctrine\ORM\Mapping\Driver\AnnotationDriver'
…

Tomasz Kapłoński
- 1,320
- 4
- 24
- 49
0
votes
1 answer
Doctrine2 QB Sementical error on OneToMany join
I am trying to create a query using the Doctrine2 QueryBuilder.
$qb = $this->getObjectManager()->createQueryBuilder();
$qb->select( array('n', 't', 'c') )
->from('Application\Entity\Notification', 'n')
…
0
votes
1 answer
Lastest news for classes zfcuser, bjyauthorize and orm
I am working with zfcuser, zfcuser-doctrine-orm and bjyauthorize but I'm not sure on how to handle all the configurations. I have setted
return array(
'bjyauthorize' => array(
// default role for unauthenticated users
…

José Carlos
- 1,005
- 16
- 29
0
votes
2 answers
example working config for Doctrine ODM zf2 Module?
can anyone please provide an example of driver configuration for reading annotation of documents in Application/src/Application/Document/....
created this
but still doctrine-module odm:schema:create said all collection created but there is no…

Sina Miandashti
- 2,087
- 1
- 26
- 40