Beispiel #1
0
 function __construct($mainTable = null, $quoteCharacter = '"', $tablePrefix = '')
 {
     parent::__construct($mainTable, $quoteCharacter, $tablePrefix);
 }
Beispiel #2
0
 function __construct($mainTable = null, $quoteCharacter = '"', $tablePrefix = '', $execCallback = null, $dbType = null)
 {
     parent::__construct($mainTable, $quoteCharacter, $tablePrefix, $execCallback, $dbType);
 }