drobne upravy v UI atd.
[dw-class2.git] / bootstrap.php
blobab12e9680e91e2285cd0ec068df506c1ba239006
1 <?php
2 use Doctrine\Common\ClassLoader,
3 Structure\SerializeStorage,
4 Tools\Debug,
5 Tools\Globals;
6 /// Bootstrap Doctrine for web
7 require_once('cli-config.php');
8 /// Sets entity manager to globals
9 Globals::setEntityManager($em);