a tiny mvc framework for php using php-activerecord
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

absolute namespace, just in case

+1 -1
+1 -1
lib/php-activerecord/ActiveRecord.php
··· 29 29 30 30 function activerecord_autoload($class_name) 31 31 { 32 - $path = ActiveRecord\Config::instance()->get_model_directory(); 32 + $path = \ActiveRecord\Config::instance()->get_model_directory(); 33 33 $root = realpath(isset($path) ? $path : '.'); 34 34 35 35 if (($namespaces = ActiveRecord\get_namespaces($class_name)))