API17:JTableNested::orderDown
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::orderDown
Description
Method to move a node one position to the right in the same level.
Description:JTableNested::orderDown [Edit Descripton]
Since
Synopsis
public JTableNested::orderDown ($pk)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $pk | integer | Primary key of the node to move. |
Returns
boolean True on success.
Defined in
libraries/joomla/database/tablenested.php (line 1052)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JTableNested::orderDown
Examples
<CodeExamplesForm />
