コード例 #1
0
ファイル: OWeb.php プロジェクト: oliverde8/oweb-framework
 public function registerNameSpace($namespace, $dir)
 {
     $this->autoLoader->registerNameSpace($namespace, $dir);
 }
コード例 #2
0
 public function __construct($native_path = NULL)
 {
     self::$NP = $native_path;
     set_include_path(ABSPATH);
     spl_autoload_register(array(__CLASS__, 'loader'));
 }