|
$this->form_validation->set_rules('zuoz', 'Zuoz', 'required|is_unique[t_message.zuoz]');
验证表单 is_unique[t_message.zuoz] 第一个参数是数据库表名 第二个参数是 字段名 不对么 一直报错
A PHP Error was encounteredSeverity: Notice
Message: Undefined property: Message:db
Filename: libraries/Form_validation.php
Line Number: 954
Fatal error: Call to a member function limit() on a non-object inD:\wamp5\wamp\www\ci\system\libraries\Form_validation.php on line 954 |
|