API17:JModelAdmin::saveorder
From Joomla! Documentation
JModelAdmin::saveorder
Description
Saves the manually set order of records.
public function saveorder (
$pks=null
$order=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $pks | array | null | An array of primary key ids. |
| $order | int | null |
See also
JModelAdmin::saveorder source code on BitBucket
Class JModelAdmin
Subpackage Application- Other versions of JModelAdmin::saveorder
User contributed notes
Code Examples