예제 #1
0
파일: config.php 프로젝트: dkoin/think
 public static function range($range)
 {
     self::$range = $range;
     if (!isset(self::$config[$range])) {
         self::$config[$range] = [];
     }
 }
예제 #2
0
파일: config.php 프로젝트: 4u4v/think
 public static function range($range)
 {
     self::$range = $range;
 }