Array ( [0] => /data/www/website/app/ [1] => /data/www/website/modules/novius/ [2] => /data/www/website/packages/orm/ [3] => /data/www/website/app/fuel/ )
Array ( [0] => /data/www/website/modules/novius/ [1] => /data/www/website/app/ [2] => /data/www/website/modules/novius/ [3] => /data/www/website/packages/orm/ [4] => /data/www/website/app/fuel/ )
@Julian Esperat, if you want the APPPATH to be searched first, add it to the request search path using the prefix switch, so it will be inserted before any globally defined paths, and before local request search paths.
\Request::active->add_path(APPPATH, true);
It looks like you're new here. If you want to get involved, click one of these buttons!