コード例 #1
0
ファイル: Db.class.php プロジェクト: godruoyi/portal
 public static function setForceReadOnMaster($bool = TRUE)
 {
     Model_Db::$_forceReadOnMaster = $bool;
 }