기본 코드 내에서 제로보드라는 명칭을 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4908 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-19 09:11:11 +00:00
parent de8eb4cdd1
commit f2e59ee019
28 changed files with 38 additions and 38 deletions

View file

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