API17

JTableNested::saveorder

From Joomla! Documentation

Revision as of 21:25, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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]

Since[edit]

Joomla 11.1

Synopsis[edit]

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

integer 1 + value of root rgt on success, false on failure

Defined in[edit]

libraries/joomla/database/tablenested.php (line 1374)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JTableNested::saveorder

Examples[edit]

<CodeExamplesForm />