Exemplo n.º 1
0
 function __construct()
 {
     $this->paths = array(JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'plugins' . DS . 'reports', JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'views' . DS . 'report' . DS . 'reports', JPATH_SITE . DS . 'components' . DS . 'com_fss' . DS . 'plugins' . DS . 'reports' . DS . 'custom');
     parent::__construct();
 }