在我的项目中,我认为有这种方法:
public function elegirSeleccionados(){
$this->assignRef('pagination', $this->get('pagination'));
$this->assignRef('items', $this->get('recientes'));
$this->assignRef('list', $this->get('list'));
parent::display();
}
assignRef
在此 Joomla 3 中已弃用/删除。
我应该改用什么?