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

This commit is contained in:
zero 2007-03-12 07:45:12 +00:00
parent 266fcb1e0a
commit 0ed7c4d2cc
2 changed files with 6 additions and 4 deletions

View file

@ -5,7 +5,7 @@
* @brief DB* 상위 클래스
* @version 0.1
*
* 제로보드5DB 사용은 xml을 이용하여 이루어짐을 원칙으로 한다.\n
* 제로보드DB 사용은 xml을 이용하여 이루어짐을 원칙으로 한다.\n
* xml의 종류에는 query xml, schema xml이 있다.\n
* query xml의 경우 DB::executeQuery() method를 이용하여 xml파일을\n
* php code로 compile한 후에 실행이 된다.\n