예제 #1
0
파일: Select.php 프로젝트: kidaa30/redcat
 function __construct($mainTable = null, $quoteCharacter = '"', $tablePrefix = '')
 {
     parent::__construct($mainTable, $quoteCharacter, $tablePrefix);
 }
예제 #2
0
 function __construct($mainTable = null, $quoteCharacter = '"', $tablePrefix = '', $execCallback = null, $dbType = null)
 {
     parent::__construct($mainTable, $quoteCharacter, $tablePrefix, $execCallback, $dbType);
 }