API17

API17:JModelAdmin::saveorder

From Joomla! Documentation

Joomla 11.1 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
/-1
  • Returns mixed
  • Defined on line 564 of libraries/joomla/application/component/modeladmin.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples