示例#1
0
 public function __construct()
 {
     $this->app = JFactory::getApplication();
     $this->input = $this->app->input;
     $this->config = FD::config();
     parent::__construct();
 }
示例#2
0
 public function __construct()
 {
     $this->app = JFactory::getApplication();
     $this->my = FD::user();
     $this->config = FD::config();
     $this->doc = JFactory::getDocument();
     if ($this->doc->getType() == 'ajax') {
         $this->ajax = FD::ajax();
     }
     parent::__construct();
     $this->input = FD::request();
 }
示例#3
0
 public function __construct()
 {
     parent::__construct();
 }