在我的项目中,我在我看来有这个方法:
public function elegirSeleccionados(){
$this->assignRef('pagination', $this->get('pagination'));
$this->assignRef('items', $this->get('recientes'));
$this->assignRef('list', $this->get('list'));
parent::display();
}
Run Code Online (Sandbox Code Playgroud)
assignRef 在此Joomla 3中已弃用/删除.
我应该用什么呢?