mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1845 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c4378634e2
commit
3aa0e229b2
7 changed files with 25 additions and 15 deletions
|
|
@ -33,7 +33,7 @@
|
|||
$oDB = &DB::getInstance();
|
||||
|
||||
// DB접속이 가능한지 체크
|
||||
if(!$oDB->isConnected()) return new Object(-1, 'msg_dbconnect_failed');
|
||||
if(!$oDB->isConnected()) return $oDB->getError();
|
||||
|
||||
$oDB->begin();
|
||||
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@
|
|||
<node target="db_password" required="true" minlength="1" maxlength="250" />
|
||||
<node target="db_database" required="true" minlength="1" maxlength="250" />
|
||||
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha"/>
|
||||
<node target="user_id" required="true" minlength="3" maxlength="20" filter="alpha,userid" />
|
||||
<node target="user_id" required="true" minlength="2" maxlength="20" filter="alpha,userid" />
|
||||
<node target="password1" required="true" minlength="1" maxlength="20" />
|
||||
<node target="password2" required="true" equalto="password1" minlength="1" maxlegnth="20" />
|
||||
<node target="user_name" required="true" minlength="3" maxlength="20" />
|
||||
<node target="nick_name" required="true" minlength="3" maxlength="20" />
|
||||
<node target="user_name" required="true" minlength="2" maxlength="20" />
|
||||
<node target="nick_name" required="true" minlength="2" maxlength="20" />
|
||||
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
|
||||
</form>
|
||||
<parameter>
|
||||
|
|
|
|||
|
|
@ -6,11 +6,11 @@
|
|||
<node target="db_password" required="true" minlength="1" maxlength="250" />
|
||||
<node target="db_database" required="true" minlength="1" maxlength="250" />
|
||||
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha"/>
|
||||
<node target="user_id" required="true" minlength="3" maxlength="20" filter="alpha,userid" />
|
||||
<node target="user_id" required="true" minlength="2" maxlength="20" filter="alpha,userid" />
|
||||
<node target="password1" required="true" minlength="1" maxlength="20" />
|
||||
<node target="password2" required="true" equalto="password1" minlength="1" maxlegnth="20" />
|
||||
<node target="user_name" required="true" minlength="3" maxlength="20" />
|
||||
<node target="nick_name" required="true" minlength="3" maxlength="20" />
|
||||
<node target="user_name" required="true" minlength="2" maxlength="20" />
|
||||
<node target="nick_name" required="true" minlength="2" maxlength="20" />
|
||||
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
|
||||
</form>
|
||||
<parameter>
|
||||
|
|
|
|||
|
|
@ -3,11 +3,11 @@
|
|||
<node target="db_type" required="true" />
|
||||
<node target="db_database_file" required="true" minlength="1" maxlength="250" />
|
||||
<node target="db_table_prefix" required="true" minlength="2" maxlength="20" filter="alpha"/>
|
||||
<node target="user_id" required="true" minlength="3" maxlength="20" filter="alpha,userid" />
|
||||
<node target="user_id" required="true" minlength="2" maxlength="20" filter="alpha,userid" />
|
||||
<node target="password1" required="true" minlength="1" maxlength="20" />
|
||||
<node target="password2" required="true" equalto="password1" minlength="1" maxlegnth="20" />
|
||||
<node target="user_name" required="true" minlength="3" maxlength="20" />
|
||||
<node target="nick_name" required="true" minlength="3" maxlength="20" />
|
||||
<node target="user_name" required="true" minlength="2" maxlength="20" />
|
||||
<node target="nick_name" required="true" minlength="2" maxlength="20" />
|
||||
<node target="email_address" required="true" minlength="1" maxlength="200" filter="email"/>
|
||||
</form>
|
||||
<parameter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue