Ejemplo n.º 1
0
 static function run()
 {
     error_reporting(E_ALL || ~E_NOTICE);
     APP::init();
     APP::route();
 }