Example #1
0
 public static function init()
 {
     if (is_file('cache/system.php')) {
         self::$data = (include 'cache/system.php');
     } else {
         self::$data = self::rebuildCache();
     }
 }