mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
refactor mvc Core components ( split model and library code )
This commit is contained in:
parent
c2206b3a5a
commit
a205dc2d54
@ -8,6 +8,7 @@ $loader = new \Phalcon\Loader();
|
||||
$loader->registerDirs(
|
||||
array(
|
||||
$config->application->controllersDir,
|
||||
$config->application->modelsDir
|
||||
$config->application->modelsDir,
|
||||
$config->application->libraryDir
|
||||
)
|
||||
)->register();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user