|
|
$isExist = $this->medoo->has($this->table,["username"=>$data["username"],"reset_password_token"=>$data["reset_password_token"]]);
|
|
$isExist = $this->medoo->has($this->table,["username"=>$data["username"],"reset_password_token"=>$data["reset_password_token"]]);
|
|
|
echo json_encode($this->result, JSON_UNESCAPED_UNICODE);
|
|
echo json_encode($this->result, JSON_UNESCAPED_UNICODE);
|