Ejemplo n.º 1
0
 public static function init()
 {
     NISE::$rootpath = dirname(__FILE__);
     SESSION::init();
     CONFIG::load();
     CONFIG::apply();
     PROJECT::launch();
     OUTPUT::render();
 }