PostgreSql DB 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3278 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-12-10 03:46:29 +00:00
parent c504da0ebe
commit 29d100531f
10 changed files with 61 additions and 7 deletions

View file

@ -42,6 +42,7 @@
$oDB = &DB::getInstance();
// DB접속이 가능한지 체크
$output = $oDB->getError();
if(!$oDB->isConnected()) return $oDB->getError();
$oDB->begin();