コード例 #1
0
ファイル: controller.php プロジェクト: ppantilla/bbninja
 public function __construct()
 {
     $this->app = JFactory::getApplication();
     $this->input = $this->app->input;
     $this->config = FD::config();
     parent::__construct();
 }
コード例 #2
0
ファイル: controller.php プロジェクト: knigherrant/decopatio
 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
ファイル: controller.php プロジェクト: knigherrant/decopatio
 public function __construct()
 {
     parent::__construct();
 }