JTable::delete/1.6
From Joomla! Documentation
JTable::delete
Description
Method to delete a row from the database table by primary key value.
Description:JTable::delete [Edit Descripton]
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 source code on JoomlaCode
Class JTable
Subpackage Database- Other versions of JTable::delete
SeeAlso:JTable::delete [Edit See Also]