コード例 #1
0
ファイル: Equipes.class.php プロジェクト: HehLan/Intranet-5.0
 /**
  * Enable statement cache
  *
  * @param bool $cache
  */
 public static function setCacheStatements($cache)
 {
     self::$cacheStatements = true == $cache;
 }