Exemplo n.º 1
0
 /**
  * Return instance the Framework App Class
  */
 public static function instance($path)
 {
     return Application::run("", $path, false, false);
 }