API17:JTable::reorder
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
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::reorder source code on BitBucket
-
Class JTable
-
Subpackage Database
- Other versions of JTable::reorder
SeeAlso:JTable::reorder [Edit See Also]
User contributed notes
<CodeExamplesForm />
