Exemplo n.º 1
0
 /**
  * Reorders multiple items (based on form input from list) and redirects to default layout
  * @return void
  */
 function ordering()
 {
     parent::ordering();
     $this->rebuild();
     $row->reorder();
 }