示例#1
0
 public static function autoload(array $path)
 {
     foreach ($path as $key) {
         Load::directory($key);
     }
 }