JTable::reorder/1.6
From Joomla! Documentation
JTable::reorder
Description
Method to compact the ordering values of rows in a group of rows defined by an SQL WHERE clause.
Description:JTable::reorder [Edit Descripton]
public function reorder ($where= '')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $where | string | WHERE clause to use for limiting the selection of rows to compact the ordering values. |
- Returns mixed Boolean true on success.
- Defined on line 963 of libraries/joomla/database/table.php
- Since

See also
JTable source code on JoomlaCode
Class JTable
Subpackage Database- Other versions of JTable::reorder
SeeAlso:JTable::reorder [Edit See Also]