mirror of
https://github.com/elyby/chrly.git
synced 2024-12-24 14:09:56 +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();
|