规范调整

This commit is contained in:
thinkphp
2015-10-04 22:48:57 +08:00
parent 3b21161c0a
commit c14da999a6
10 changed files with 46 additions and 30 deletions

View File

@@ -13,8 +13,10 @@ namespace think;
class Lang
{
private static $lang = []; // 语言参数
private static $range = '_sys_'; // 作用域
// 语言参数
private static $lang = [];
// 作用域
private static $range = '_sys_';
// 设定语言参数的作用域
public static function range($range)