Exemple #1
0
 /**
  * For replication, set whether to always force the use of a master connection.
  *
  * @param      boolean $bit True or False
  */
 public static function setForceMasterConnection($bit)
 {
     self::$forceMasterConnection = (bool) $bit;
 }