コード例 #1
0
ファイル: modellist.php プロジェクト: ForAEdesWeb/AEW2
 public function __construct($config = array())
 {
     parent::__construct($config);
     JTable::addIncludePath(JPATH_COMPONENT . '/tables');
     if (isset($config['filter_fields'])) {
         $this->filter_fields = $config['filter_fields'];
     }
     if (empty($this->context)) {
         $this->context = strtolower($this->option . '.' . $this->getName());
     }
 }
コード例 #2
0
ファイル: import.php プロジェクト: DanyCan/wisten.github.io
 public function __construct($config = array())
 {
     parent::__construct($config);
 }