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(); }
function __construct($config = array()) { parent::__construct($config); $this->defines = Citruscart::getInstance(); }