I have a entity User who extends ZfcUserDoctrineORM\Entity\User
in my application autoload config folder I have a config file zfcuser.global.php who contains 'user_entity_class' => 'Album\Entity\User',
But when i am on /user/register, i have an error : **Notice:** Undefined index: db in /vendor/zendframework/zendframework/library/Zend/Db/Adapter/AdapterServiceFactory.php on line 32
Hi,
I can't use
ZfcUserDoctrineORM
I have a entity
User
who extendsZfcUserDoctrineORM\Entity\User
in my application autoload config folder I have a config file
zfcuser.global.php
who contains'user_entity_class' => 'Album\Entity\User',
But when i am on
/user/register
, i have an error :**Notice:** Undefined index: db in /vendor/zendframework/zendframework/library/Zend/Db/Adapter/AdapterServiceFactory.php on line 32
Index db was :
How tell my application to use doctrine to access db ?
Thanx