JTable::reorder
Method to compact the ordering values of rows in a group of rows defined by an SQL WHERE clause.
Signature
public function reorder([string
$where = ''] )
Parameters
-
$where
- WHERE clause to use for limiting the selection of rows to compact the ordering values.
Returns
- mixed
- Boolean True on success.