mirror of
https://github.com/elyby/chrly.git
synced 2025-05-31 14:11:51 +05:30
Init commit
This commit is contained in:
9
config/loader.php
Normal file
9
config/loader.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$loader = new \Phalcon\Loader();
|
||||
|
||||
$loader->registerDirs(array(
|
||||
$config->application->modelsDir
|
||||
));
|
||||
|
||||
$loader->register();
|
||||
Reference in New Issue
Block a user