本文实例讲述了CI框架表单验证的方法。分享给大家供大家参考,具体如下:
1、form头部信息的自动输出函数(view)
'email', 'id' => 'myform'); echo form_open('email/send', $attributes); //上面一行代码输出: //