Example #1
0
 /**
  * Set whether to create prepared statement or not, when you run sql repeatedly
  *
  * @param boolean $enabled
  * @return void
  */
 public static function enablePreparing($enabled)
 {
     self::$_preparing = $enabled;
 }