Exemplo n.º 1
0
 /**
  * Method to set new item ordering as first or last.
  * 
  * @param   JTable  $table      Item table to save.
  * @param   string  $position   "first" to set first or other are set to last.
  *
  * @return  type    
  */
 public function setOrderPosition($table, $position = null)
 {
     // "first" or "last"
     parent::setOrderPosition($table, 'last');
 }