API17

JTableNested::saveorder

From Joomla! Documentation

Revision as of 21:28, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JTableNested::saveorder/11.1 to API17:JTableNested::saveorder without leaving a redirect: Robot: Moved page)

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 JTableNested::saveorder[edit]

Description[edit]

Method to update order of table rows.

Template:Description:JTableNested::saveorder [Edit Descripton]

public function saveorder (
        $idArray=null
        $lft_array=null
)
Parameter Type Default Description
$idArray array null id's of rows to be reordered
$lft_array array null lft values of rows to be reordered
  • Returns integer 1 + value of root rgt on success, false on failure
  • Defined on line 1412 of libraries/joomla/database/tablenested.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JTableNested::saveorder [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />