API17

API17:JTableNested::move

From Joomla! Documentation

Joomla 11.1 JTableNested::move

Description

Method to move a row in the ordering sequence of a group of rows defined by an SQL WHERE clause.


public function move (
        $delta
        $where= ''
)
Parameter Type Default Description
$delta
$where
  • Returns
  • Defined on line 236 of libraries/joomla/database/tablenested.php

See also


User contributed notes

Code Examples