|
|
|
@ -1,8 +1,6 @@ |
|
|
|
<?php |
|
|
|
<?php |
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
|
|
|
|
|
|
|
require_once dirname(__FILE__).'/../../main/inc/global.inc.php'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$config = new \Doctrine\ORM\Configuration(); |
|
|
|
$config = new \Doctrine\ORM\Configuration(); |
|
|
|
$config->setMetadataCacheImpl(new \Doctrine\Common\Cache\ArrayCache); |
|
|
|
$config->setMetadataCacheImpl(new \Doctrine\Common\Cache\ArrayCache); |
|
|
|
|
|
|
|
|
|
|
|
|