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]
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
See also
-
JTableNested::saveorder source code on BitBucket
-
Class JTableNested
-
Subpackage Database
- Other versions of JTableNested::saveorder
SeeAlso:JTableNested::saveorder [Edit See Also]
User contributed notes
<CodeExamplesForm />
