Exemple #1
0
 public function __construct(Am_Protect_Databased $plugin, $db = null, $table = null, $recordClass = null, $key = null)
 {
     $this->_plugin = $plugin;
     $this->_groupMode = $plugin->getGroupMode();
     parent::__construct($db, $table, $recordClass, $key);
     if ($this->_fieldsMapping) {
         $this->setFieldsMapping($this->_fieldsMapping);
     }
 }
Exemple #2
0
 function __construct(Am_Protect_Databased $plugin, $db = null, $table = null, $key = null, $recordClass = null)
 {
     $this->_plugin = $plugin;
     parent::__construct($db, $table, $key, $recordClass);
 }