error
Returns the error message of the current query.
$db->{table}->error();$error = $db->news->error();// PHP FATAL ERROR: .... test is not existingLast updated
Returns the error message of the current query.
$db->{table}->error();$error = $db->news->error();// PHP FATAL ERROR: .... test is not existingLast updated