sathyashrayan

module2/module/config.php

May 2nd, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. 'doctrine' => array(
  2.                 'driver' => array(
  3.                         'bogdan_entities' => array(
  4.                                 'class' =>'Doctrine\ORM\Mapping\Driver\AnnotationDriver',
  5.                                 'cache' => 'array',
  6.                                 'paths' => array(__DIR__ . '/../src/Bogdan/Entity')
  7.                         ),
  8.                         'orm_default' => array(
  9.                                 'drivers' => array(
  10.                                         'Bogdan\Entity' => 'bogdan_entities'
  11.                                 )
  12.                         )
  13.                 )
  14.         ),
Add Comment
Please, Sign In to add comment