sathyashrayan

Application/config/module.config.php

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