chrly/config/loader.php

10 lines
132 B
PHP
Raw Normal View History

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