JModelAdmin::delete
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JModelAdmin::delete[edit]
Description[edit]
Method to delete one or more records.
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[edit]
JModelAdmin::delete source code on BitBucket
Class JModelAdmin
Subpackage Application
- Other versions of JModelAdmin::delete
User contributed notes[edit]
Code Examples[edit]