Esempio n. 1
0
 static function instance()
 {
     if (!cfg::$instance) {
         cfg::$instance = new cfg();
     }
     return cfg::$instance;
 }