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]
public function 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 on line 204 of libraries/joomla/application/component/modeladmin.php
- Since
See also
-
JModelAdmin::delete source code on BitBucket
-
Class JModelAdmin
-
Subpackage Application
- Other versions of JModelAdmin::delete
SeeAlso:JModelAdmin::delete [Edit See Also]
User contributed notes
<CodeExamplesForm />
