chrly/config/loader.php

13 lines
172 B
PHP
Raw Permalink Normal View History

2015-01-29 01:50:29 +05:30
<?php
/**
* @var \Phalcon\Config $config
*/
2015-01-29 01:50:29 +05:30
$loader = new \Phalcon\Loader();
$loader->registerDirs(array(
$config->application->modelsDir
));
$loader->register();