git-svn-id: http://xe-core.googlecode.com/svn/trunk@1112 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-12 04:52:38 +00:00
parent cd1fbe59f7
commit 1676a68a0e
2 changed files with 4 additions and 4 deletions

View file

@ -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();
}