Esempio n. 1
0
 public static function setCache($cache)
 {
     if (!is_null($cache) and !$cache instanceof Pix_Cache) {
         throw new Pix_Table_Exception('不正確的 Cache');
     }
     self::$_cache = $cache;
 }