chrly/config/loader.php
2015-01-28 23:20:29 +03:00

10 lines
132 B
PHP

<?php
$loader = new \Phalcon\Loader();
$loader->registerDirs(array(
$config->application->modelsDir
));
$loader->register();