September 30, 2014 | In: Programovanie
ZF2 + doctrine2 + apigility
Fatal error: Uncaught exception 'Doctrine\Common\Persistence\Mapping\MappingException' with message 'Specifying the paths to your entities is required in the AnnotationDriver to retrieve all class names.' in MappingException.php on line 46
zabite 2h kym som nasiel ze treba len pridat toto:
'doctrine' => array(
'driver' => array(
'application_entities' => array(
'class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
'cache' => 'array',
'paths' => array(
‘omfg’ => __DIR__,
),
),
Comments are closed.