コード例 #1
0
ファイル: table_expander.php プロジェクト: DECAF/redaxo
 public function __construct($metaPrefix, $metaTable, $tableName, $whereCondition, $method = 'post', $debug = false)
 {
     $this->metaPrefix = $metaPrefix;
     $this->tableManager = new rex_metainfo_table_manager($metaTable);
     parent::__construct($tableName, rex_i18n::msg('minfo_field_fieldset'), $whereCondition, $method, $debug);
 }
コード例 #2
0
ファイル: form.php プロジェクト: DECAF/redaxo
 public function __construct($tableName, $fieldset, $whereCondition, $method = 'post', $debug = false)
 {
     parent::__construct($tableName, $fieldset, $whereCondition, $method, $debug);
     $this->mainFieldset = $fieldset;
 }