JTable::move
Method to move a row in the ordering sequence of a group of rows defined by an SQL WHERE clause.
Negative numbers move the row up in the sequence and positive numbers move it down.
Signature
public function move(integer
$delta,
[string
$where = ''] )
Parameters
-
$delta
- The direction and magnitude to move the row in the ordering sequence.
-
$where
- WHERE clause to use for limiting the selection of rows to compact the
Returns
- mixed
- Boolean True on success.