chrly/config/loader.php

13 lines
172 B
PHP
Raw Normal View History

2015-01-28 23:20:29 +03:00
<?php
/**
* @var \Phalcon\Config $config
*/
2015-01-28 23:20:29 +03:00
$loader = new \Phalcon\Loader();
$loader->registerDirs(array(
$config->application->modelsDir
));
$loader->register();