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

This commit is contained in:
zero 2007-02-14 05:01:41 +00:00
parent 3d61ed75c1
commit cc287e7787
2 changed files with 155 additions and 139 deletions

View file

@ -2,7 +2,8 @@
/**
* @class DBMysql
* @author zero (zero@nzeo.com)
* @brief mysql handling class
* @brief MySQL DBMS를 이용하기 위한 class
* mysql handling class
**/
class DBMysql extends DB {