|
![](static/image/common/ico_lz.png)
楼主 |
发表于 2011-6-13 16:10:17
|
显示全部楼层
可以了,谢谢
$this->form_validation->set_message('required', '请填写 %s');
$this->form_validation->set_rules('title', '标题', 'required');
或
$this->form_validation->set_message('required', 'Please type the %s');
$this->form_validation->set_rules('title', 'title', 'required');
或 |
|