public function __construct($config = array())
 {
     parent::__construct($config);
     $base_path = JPATH_COMPONENT_ADMINISTRATOR . '/plugins';
     $model_path = $base_path . '/models';
     $view_path = $base_path . '/views';
     $this->addModelPath($model_path);
     $this->addViewPath($view_path);
 }
Beispiel #2
0
 public function __construct($config = array())
 {
     $config['csrf_protection'] = false;
     parent::__construct($config);
 }
 public function __construct($config = array())
 {
     parent::__construct($config);
 }
Beispiel #4
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->akeebaACLCheck();
 }