mirror of
https://github.com/elyby/chrly.git
synced 2024-12-25 06:30:04 +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();
|