API17

Difference between revisions of "JModelAdmin::getReorderConditions"

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::getReorderConditions source code''' on [[jplatform:application/component/modeladmin.php#cl-303|BitBucket]]
 
* {{JVer|11.1}} '''JModelAdmin::getReorderConditions source code''' on [[jplatform:application/component/modeladmin.php#cl-303|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::getReorderConditions|Other versions of JModelAdmin::getReorderConditions]]
+
* [[API17:JModelAdmin::getReorderConditions|Other versions of JModelAdmin::getReorderConditions]]
 
{{SeeAlso:JModelAdmin::getReorderConditions}}
 
{{SeeAlso:JModelAdmin::getReorderConditions}}
 
<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::getReorderConditions[edit]

Description[edit]

A protected method to get a set of ordering conditions.

Template:Description:JModelAdmin::getReorderConditions [Edit Descripton]

protected function getReorderConditions ($table)
Parameter Type Default Description
$table object A object.
  • Returns array An array of conditions to add to ordering queries.
  • Defined on line 311 of libraries/joomla/application/component/modeladmin.php
  • Since Joomla 11.1

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />