API17

API17:JTableNested::orderUp

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples