API17

Difference between revisions of "JModelAdmin::delete"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 29: Line 29:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JModelAdmin::delete source code''' on [[jplatform:application/component/modeladmin.php#cl-196|BitBucket]]
 
* {{JVer|11.1}} '''JModelAdmin::delete source code''' on [[jplatform:application/component/modeladmin.php#cl-196|BitBucket]]
* {{JVer|11.1}} Class [[JModelAdmin/11.1|JModelAdmin]]
+
* {{JVer|11.1}} Class [[API17:JModelAdmin|JModelAdmin]]
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Application|Application]]
* [[JModelAdmin::delete|Other versions of JModelAdmin::delete]]
+
* [[API17:JModelAdmin::delete|Other versions of JModelAdmin::delete]]
 
{{SeeAlso:JModelAdmin::delete}}
 
{{SeeAlso:JModelAdmin::delete}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:13, 11 May 2013

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.

Joomla 11.1 JModelAdmin::delete[edit]

Description[edit]

Method to delete one or more records.

Template: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 Joomla 11.1

See also[edit]

Template:SeeAlso:JModelAdmin::delete [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />