コード例 #1
0
ファイル: Db.php プロジェクト: bin2415/Notify_in_Univisity
 public function __init()
 {
     parent::__init();
     $this->_printHeader();
     $this->db_config = new MysqlConfig();
 }
コード例 #2
0
ファイル: Sys.php プロジェクト: bin2415/Notify_in_Univisity
 public function __init()
 {
     parent::__init();
     $this->init_sql = realpath(__ROOT . '/doc/install/mysql.sql');
 }