|
@@ -65,13 +65,13 @@ return array(
|
|
|
//类相关
|
|
|
1100 => '%s参数太多,此方法只接受<font color="red">%d</font>个参数,传递了<font color="red">%d</font>个。',
|
|
|
1101 => '方法<font color="red">%s</font>未定义',
|
|
|
- 1103 => '未找到类<font color="red">%s</font>',
|
|
|
- 1104 => '类名不能为空',
|
|
|
- 1105 => '类<font color="red">%s</font>未被实例化',
|
|
|
- 1106 => '调用不存在的方法:<font color="red">%s::%s</font> 参数:<font color="red">%s</font>"',
|
|
|
- 1107 => '%s必须扩展或继承%s类',
|
|
|
- 1108 => '请在你的项目下添加此控制器<font color="red">%s</font>, 并添加此方法<font color="red">%s</font>',
|
|
|
- 1109 => '请在你的项目下添加<font color="red">%s</font>类, 并添加此方法<font color="red">%s</font>',
|
|
|
+ 1102 => '未找到类<font color="red">%s</font>',
|
|
|
+ 1103 => '类名不能为空',
|
|
|
+ 1104 => '类<font color="red">%s</font>尚未实例化',
|
|
|
+ 1105 => '调用不存在的方法:<font color="red">%s::%s</font> 参数:<font color="red">%s</font>"',
|
|
|
+ 1106 => '%s必须扩展或继承%s类',
|
|
|
+ 1107 => '请在你的项目下添加此控制器<font color="red">%s</font>, 并添加此方法<font color="red">%s</font>',
|
|
|
+ 1108 => '请在你的项目下添加<font color="red">%s</font>类, 并添加此方法<font color="red">%s</font>',
|
|
|
//文件相关
|
|
|
1400 => '网站配置文件%s错误',
|
|
|
1401 => '目录%s不存在',
|