예제 #1
0
파일: auto.php 프로젝트: hiloy/autophp
 public static function setDevMode($isDev = false)
 {
     self::$_isDevMode = $isDev;
 }