Joomla 3 - What to use instead of assignRef?

后端 未结 2 1052
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-06 11:46

In my project I have this method in my view:

public function elegirSeleccionados(){
    $this->assignRef(\'pagination\', $this->get(\'pagination\'));
          


        
2条回答
  •  温柔的废话
    2021-01-06 12:12

    txs for this, but in my view (default.tpl) zeh val will not been shown

    view.html.php

    $this->my_string = "ledl";
    
    return parent::display($tpl);

    default.tpl

    {$this->my_string}
    

提交回复
热议问题