mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1097 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
09048517e3
commit
e5d2bac6db
4 changed files with 54 additions and 34 deletions
|
|
@ -24,7 +24,7 @@
|
|||
if(Context::isInstalled()) return new Object(-1, 'msg_already_installed');
|
||||
|
||||
// DB와 관련된 변수를 받음
|
||||
$db_info = Context::gets('db_type','db_hostname','db_userid','db_password','db_database','db_table_prefix');
|
||||
$db_info = Context::gets('db_type','db_port','db_hostname','db_userid','db_password','db_database','db_table_prefix');
|
||||
|
||||
// DB의 타입과 정보를 등록
|
||||
Context::setDBInfo($db_info);
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<column name="mid" type="varchar" size="40" notnull="notnull" unique="unique_mid"/>
|
||||
<column name="skin" type="varchar" size="250" />
|
||||
<column name="browser_title" type="varchar" size="250" notnull="notnull"/>
|
||||
<column name="description" type="text" size="250" />
|
||||
<column name="description" type="text" />
|
||||
<column name="is_default" type="char" size="1" notnull="notnull" default="N" />
|
||||
<column name="menu_srl" type="number" size="11" default="0"/>
|
||||
<column name="extra_vars" type="text" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue