示例#1
0
 /**
  * constructor
  */
 function __construct()
 {
     parent::__construct();
     $usersConfig =& JComponentHelper::getParams('com_fabrik');
     $id = JRequest::getVar('tableid', $usersConfig->get('tableid'));
     $this->setId($id);
 }
示例#2
0
 /**
  * constructor
  */
 function __construct()
 {
     $this->pathBase = JPATH_SITE . DS . 'components' . DS . 'com_fabrik' . DS . 'plugins' . DS . 'visualization' . DS;
     parent::__construct();
 }
示例#3
0
 /**
  * Constructor
  */
 function __construct()
 {
     parent::__construct();
 }