mirror of
https://github.com/elyby/chrly.git
synced 2025-01-07 04:23:51 +05:30
10 lines
132 B
PHP
10 lines
132 B
PHP
|
<?php
|
||
|
|
||
|
$loader = new \Phalcon\Loader();
|
||
|
|
||
|
$loader->registerDirs(array(
|
||
|
$config->application->modelsDir
|
||
|
));
|
||
|
|
||
|
$loader->register();
|