Last updated
Last updated
This is for the deleting a row in the table. The $whereParams
is optional only.
Always remember that the delete
method return a integer result, if the result is 1
it is true then 0
is false. False if the query produce an error and true if the query is successfully executed against the database.