标签: php mysql codeigniter-3
您好,我想验证用户凭据:
请问如何使用Codeigniter 3做到这一点?
$this->db->where('username', $username); $this->db->where('password', $password);