mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@372 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
266fcb1e0a
commit
0ed7c4d2cc
2 changed files with 6 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
* @brief DB*의 상위 클래스
|
* @brief DB*의 상위 클래스
|
||||||
* @version 0.1
|
* @version 0.1
|
||||||
*
|
*
|
||||||
* 제로보드5의 DB 사용은 xml을 이용하여 이루어짐을 원칙으로 한다.\n
|
* 제로보드의 DB 사용은 xml을 이용하여 이루어짐을 원칙으로 한다.\n
|
||||||
* xml의 종류에는 query xml, schema xml이 있다.\n
|
* xml의 종류에는 query xml, schema xml이 있다.\n
|
||||||
* query xml의 경우 DB::executeQuery() method를 이용하여 xml파일을\n
|
* query xml의 경우 DB::executeQuery() method를 이용하여 xml파일을\n
|
||||||
* php code로 compile한 후에 실행이 된다.\n
|
* php code로 compile한 후에 실행이 된다.\n
|
||||||
|
|
|
||||||
|
|
@ -9,12 +9,14 @@
|
||||||
*
|
*
|
||||||
* @mainpage 첫페이지
|
* @mainpage 첫페이지
|
||||||
* @section intro 소개
|
* @section intro 소개
|
||||||
* zeroboard5는 오픈 프로젝트로 개발되는 오픈 소스입니다.\n
|
* zeroboard XE 는 오픈 프로젝트로 개발되는 오픈 소스입니다.\n
|
||||||
* 자세한 내용은 아래 링크를 참조하세요.
|
* 자세한 내용은 아래 링크를 참조하세요.
|
||||||
* - 공식홈페이지 : http://www.zeroboard.com
|
* - 공식홈페이지 : http://www.zeroboard.com
|
||||||
* - 개발자 포험 : http://dev.zeroboard.com
|
* - 개발자 포험 : http://dev.zeroboard.com
|
||||||
* - 이슈트래킹 : http://www.zeroboard.com/trac
|
* - 이슈트래킹 : http://trac.zeroboard.com
|
||||||
* - pdf 문서 : http://dev.zeroboard.com/doc/zeroboard.pdf
|
* - SVN Repository : http://svn.zeroboard.com
|
||||||
|
* - document : http://doc.zeroboard.com
|
||||||
|
* - pdf 문서 : http://doc.zeroboard.com/zeroboard.pdf
|
||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue