Exemplo n.º 1
0
 function display($cachable = false, $urlparams = false)
 {
     if (!JRequest::getCmd('view')) {
         JRequest::setVar('view', 'comment');
     }
     parent::display($cachable, $urlparams);
 }
Exemplo n.º 2
0
 /**
  * display task
  *
  * @return void
  */
 function display($cachable = false, $urlparams = false)
 {
     // set default view if not set
     JRequest::setVar('view', JRequest::getCmd('view', 'portfolios'));
     // call parent behavior
     parent::display($cachable, $urlparams);
 }
Exemplo n.º 3
0
 function display($cachable = false, $urlparams = false)
 {
     //$this->setModel($this->getModel("comment"), 'comment');
     parent::display($cachable, $urlparams);
 }