Beispiel #1
0
 function __construct($DbTable, $options = null)
 {
     if (!is_array($DbTable)) {
         $this->_DbTable = array($DbTable);
     } else {
         $this->_DbTable = $DbTable;
     }
     parent::__construct($options);
 }