예제 #1
0
 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;
 }