API17:JTable::delete
From Joomla! Documentation
JTable::delete
Description
Method to delete a row from the database table by primary key value.
public function delete ($pk=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $pk | mixed | null | An optional primary key value to delete. If not set the instance property value is used. |
See also
JTable::delete source code on BitBucket
Class JTable
Subpackage Database- Other versions of JTable::delete
User contributed notes
Code Examples