API17

API17:JTable::reorder

From Joomla! Documentation

Joomla 11.1 JTable::reorder

Description

Method to compact the ordering values of rows in a group of rows defined by an SQL WHERE clause.


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

See also


User contributed notes

Code Examples