API17:JTableNested::saveorder
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JTableNested::saveorder
Description
Method to update order of table rows.
Description:JTableNested::saveorder [Edit Descripton]
Since
Synopsis
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
integer 1 + value of root rgt on success, false on failure
Defined in
libraries/joomla/database/tablenested.php
Referenced by
See also
SeeAlso:JTableNested::saveorder
Examples
<CodeExamplesForm />
