mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
XE표기를 Rhymix로 변경
This commit is contained in:
parent
a9fc637cd9
commit
0a89dffa5a
50 changed files with 283 additions and 278 deletions
|
|
@ -14,10 +14,10 @@ class DBCubrid extends DB
|
|||
{
|
||||
|
||||
/**
|
||||
* prefix of XE tables(One more XE can be installed on a single DB)
|
||||
* prefix of Rhymix tables(One more Rhymix can be installed on a single DB)
|
||||
* @var string
|
||||
*/
|
||||
var $prefix = 'xe_';
|
||||
var $prefix = 'rx_';
|
||||
|
||||
/**
|
||||
* max size of constant in CUBRID(if string is larger than this, '...'+'...' should be used)
|
||||
|
|
|
|||
|
|
@ -13,10 +13,10 @@ class DBMssql extends DB
|
|||
{
|
||||
|
||||
/**
|
||||
* prefix of XE tables(One more XE can be installed on a single DB)
|
||||
* prefix of Rhymix tables(One more Rhymix can be installed on a single DB)
|
||||
* @var string
|
||||
*/
|
||||
var $prefix = 'xe';
|
||||
var $prefix = 'rx';
|
||||
var $param = array();
|
||||
var $comment_syntax = '/* %s */';
|
||||
|
||||
|
|
|
|||
|
|
@ -14,10 +14,10 @@
|
|||
class DBMysql extends DB
|
||||
{
|
||||
/**
|
||||
* prefix of a tablename (One or more XEs can be installed in a single DB)
|
||||
* prefix of a tablename (One or more Rhymix can be installed in a single DB)
|
||||
* @var string
|
||||
*/
|
||||
var $prefix = 'xe_'; // / <
|
||||
var $prefix = 'rx_'; // / <
|
||||
var $comment_syntax = '/* %s */';
|
||||
var $charset = 'utf8';
|
||||
|
||||
|
|
@ -168,7 +168,7 @@ class DBMysql extends DB
|
|||
{
|
||||
if(!$connection)
|
||||
{
|
||||
exit('XE cannot handle DB connection.');
|
||||
exit('Rhymix cannot handle DB connection.');
|
||||
}
|
||||
// Run the query statement
|
||||
$result = @mysql_query($query, $connection);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue