API17:JTableNested::orderUp
From Joomla! Documentation
JTableNested::orderUp
Description
Method to move a node one position to the left in the same level.
public function orderUp ($pk)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $pk | integer | Primary key of the node to move. |
- Returns boolean True on success.
- Defined on line 982 of libraries/joomla/database/tablenested.php
- Since

See also
JTableNested::orderUp source code on BitBucket
Class JTableNested
Subpackage Database- Other versions of JTableNested::orderUp
User contributed notes
Code Examples