当我提交登录表单时,它使用 codeigniter 给我字段的空值
public function verify()
{
$where = array(
'usrEmail' => $this->input->post("email"),
'usrPassword' => $this->input->post("password")
);
此代码和链接是
http://www.prajjali.com/website_dev/
请帮助谢谢