mixed fetchData(
string
$username, string
$password)
|
|
Get user information from database
This function uses the given username to fetch the corresponding login data from the database table. If an account that matches the passed username and password is found, the function returns true. Otherwise it returns false.
Overrides
Auth_Container::fetchData() (Fetch data from storage container)
Parameters: