Esempio n. 1
0
 private function start()
 {
     if (FALSE === self::$started) {
         session_start();
         self::$started = TRUE;
     }
 }