Fetch a single record from the database for the given key.
public fetch ( array $p_recordSet = null, boolean $p_forceExists = false ) : boolean | ||
$p_recordSet | array | If the record has already been fetched and we just need to assign the data to the object's internal member variable. |
$p_forceExists | boolean | prevents to check for the object existence in the database, a performance thing for situations where we know it exists. |
return | boolean | TRUE on success, FALSE on failure |