mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1112 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cd1fbe59f7
commit
1676a68a0e
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* @class DBMysqlInndoDB
|
||||
* @class DBMysql_innodb
|
||||
* @author zero (zero@nzeo.com)
|
||||
* @brief MySQL DBMS를 이용하기 위한 class
|
||||
* @version 0.1
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
* mysql handling class
|
||||
**/
|
||||
|
||||
class DBMysqlInndoDB extends DB {
|
||||
class DBMysql_innodb extends DB {
|
||||
|
||||
/**
|
||||
* @brief Mysql DB에 접속하기 위한 정보
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
/**
|
||||
* @brief constructor
|
||||
**/
|
||||
function DBMysqlInndoDB() {
|
||||
function DBMysql_innodb() {
|
||||
$this->_setDBInfo();
|
||||
$this->_connect();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue