标签:rar ci框架 错误 学习 bsp his nbsp checkbox form
CI框架:
表单验证:
载入验证类
$this->load->library(‘form_validation‘);
设置规则
$this->form_validation->set_rules(‘name值‘,‘规则‘);
执行验证
$this->form_validation->run()
表单验证辅助函数:
$this->load->helper(‘form‘);
1、 set_value(‘name‘) //重填数据
2、 form_error(‘name‘,‘<span>‘,‘</span>‘)//显示错误
3、set_select()
4、set_checkbox()
5、set_radio()
标签:rar ci框架 错误 学习 bsp his nbsp checkbox form
原文地址:http://www.cnblogs.com/chengshun/p/7487316.html