|
|
$where=array($username,$password,$username,$password);
|
|
$where=array($username,$password,$username,$password);
|
|
|
return $this->where("( username='%s' and password='%s' ) ",$where)->find();
|
|
return $this->where("( username='%s' and password='%s' ) ",$where)->find();
|