示例#1
0
 function display($cachable = false, $urlparams = false)
 {
     $this->hidefooter = true;
     $object = JRequest::getVar('object');
     $view = $this->getView($this->get('suffix'), 'html');
     $view->assign('object', $object);
     parent::display();
 }
 function display($cachable = false, $urlparams = false)
 {
     $app = JFactory::getApplication();
     $this->hidefooter = true;
     $object = $app->input->get('object');
     $view = $this->getView($this->get('suffix'), 'html');
     $view->assign('object', $object);
     parent::display();
 }
示例#3
0
 function __construct($config = array())
 {
     parent::__construct($config);
     $this->defines = Citruscart::getInstance();
 }