mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@962 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fecf35ae3e
commit
87b3bd8c71
3 changed files with 5 additions and 5 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* @class DBSqlite3
|
* @class DBSqlite2
|
||||||
* @author zero (zero@nzeo.com)
|
* @author zero (zero@nzeo.com)
|
||||||
* @brief MySQL DBMS를 이용하기 위한 class
|
* @brief MySQL DBMS를 이용하기 위한 class
|
||||||
* @version 0.1
|
* @version 0.1
|
||||||
*
|
*
|
||||||
* sqlite handling class
|
* sqlite handling class (sqlite ver 2.x)
|
||||||
**/
|
**/
|
||||||
|
|
||||||
class DBSqlite3 extends DB {
|
class DBSqlite2 extends DB {
|
||||||
|
|
||||||
var $database = NULL; ///< database
|
var $database = NULL; ///< database
|
||||||
var $prefix = 'zb'; ///< 제로보드에서 사용할 테이블들의 prefix (한 DB에서 여러개의 제로보드 설치 가능)
|
var $prefix = 'zb'; ///< 제로보드에서 사용할 테이블들의 prefix (한 DB에서 여러개의 제로보드 설치 가능)
|
||||||
|
|
@ -32,7 +32,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief constructor
|
* @brief constructor
|
||||||
**/
|
**/
|
||||||
function DBSqlite3() {
|
function DBSqlite2() {
|
||||||
$this->_setDBInfo();
|
$this->_setDBInfo();
|
||||||
$this->_connect();
|
$this->_connect();
|
||||||
}
|
}
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
<!--%import("filter/sqlite3.xml")-->
|
<!--%import("filter/sqlite2.xml")-->
|
||||||
|
|
||||||
<form action="./" method="post" onsubmit="return procFilter(this, install)">
|
<form action="./" method="post" onsubmit="return procFilter(this, install)">
|
||||||
<input type="hidden" name="db_type" value="{$db_type}" />
|
<input type="hidden" name="db_type" value="{$db_type}" />
|
||||||
Loading…
Add table
Add a link
Reference in a new issue