コード例 #1
0
 function __construct($locale, $charset = '', $version = '', $prfx = DB_TABLENAME_PREFIX)
 {
     parent::__construct();
     $this->_locale = $locale;
     $this->_charset = $charset;
     $this->_version = $version;
     $this->tablePrfx = $prfx;
 }
コード例 #2
0
 function __construct()
 {
     # Call query constructor so database connection gets made
     parent::__construct();
 }