API17:JModelAdmin::delete
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JModelAdmin::delete
Description
Method to delete one or more records.
Description:JModelAdmin::delete [Edit Descripton]
Since
Synopsis
public JModelAdmin::delete (&$pks)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$pks | array | $pks An array of record primary keys. |
Returns
boolean True if successful, false if an error occurs.
Defined in
libraries/joomla/application/component/modeladmin.php (line 204)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
