Init commit

This commit is contained in:
ErickSkrauch
2015-01-28 23:20:29 +03:00
commit 290738377b
9 changed files with 235 additions and 0 deletions

9
config/loader.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
$loader = new \Phalcon\Loader();
$loader->registerDirs(array(
$config->application->modelsDir
));
$loader->register();