Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.
ratajs edited this page Feb 27, 2017 · 1 revision

Delete

This method deletes one row. Syntax:
$object->delete(string $table, mixed $array[, bool $all = true])
Object
- Object of extension.
Table
- Table name.
Array
- String of SQL condition or array, where key is column name and value is its value. When all respectively one is true, this row is going to delete.
All
- If TRUE, row will be deleted only when all conditions are true, else row will be deleted when whichever is true.
Clone this wiki locally