Example #1
0
 public function __construct()
 {
     self::$debug = C('IS_DEBUG');
     self::$sysName = C('OPEN_SYS_USER');
 }
Example #2
0
 public function __construct()
 {
     self::$debug = C('IS_DEBUG');
 }