Example #1
0
 /**
  * 调试用,用于打印数据查询
  */
 public static function Debug($debug = true)
 {
     self::$mDebug = true == $debug ? true : false;
 }