예제 #1
0
파일: Builder.php 프로젝트: vgrish/dvelum
 /**
  * Write SQL log
  *
  * @param boolean $flag
  */
 public static function writeLog($flag)
 {
     self::$_writeLog = (bool) $flag;
 }