示例#1
0
文件: comment.php 项目: Tommar/remate
 function display($cachable = false, $urlparams = false)
 {
     if (!JRequest::getCmd('view')) {
         JRequest::setVar('view', 'comment');
     }
     parent::display($cachable, $urlparams);
 }
示例#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);
 }
示例#3
0
 function display($cachable = false, $urlparams = false)
 {
     //$this->setModel($this->getModel("comment"), 'comment');
     parent::display($cachable, $urlparams);
 }