Ejemplo n.º 1
0
 /**
  * Create cache for all settings
  */
 private static function createCache()
 {
     if (self::$_cache === null) {
         self::$_cache = db()->fetchColumn("SELECT value, " . db()->quote("key") . " FROM " . __CLASS__, "key");
     }
 }