示例#1
0
文件: auto.php 项目: hiloy/autophp
 public static function setDevMode($isDev = false)
 {
     self::$_isDevMode = $isDev;
 }