chrly/config/loader.php

10 lines
132 B
PHP
Raw Normal View History

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