Commit c320911b authored by Ad Schellevis's avatar Ad Schellevis

add library path to phalcon scripting

parent 0949c6a7
......@@ -14,7 +14,8 @@ $loader = new Loader();
$loader->registerDirs(
array(
$phalcon_config->application->controllersDir,
$phalcon_config->application->modelsDir
$phalcon_config->application->modelsDir,
$phalcon_config->application->libraryDir
)
)->register();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment