설치시 DB 목록 옆에 관련 매뉴얼 아이콘 추가 (현재는 큐브리드만)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5861 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-03-12 07:50:35 +00:00
parent 47f1fc0ee4
commit 26a8f1c956
10 changed files with 10 additions and 8 deletions

View file

@ -140,7 +140,7 @@ EndOfLicense;
'mysql_innodb' => 'Using innodb to use mysql DB.<br />Transaction is enabled for innodb',
'sqlite2' => 'Supporting sqlite2 which saves the data into the file.<br />When installing, DB file should be created at unreachable place from web.<br />(Never got tested on stabilization)',
'sqlite3_pdo' => 'Suppots sqlite3 by PHP\'s PDO.<br />When installing, DB file should be created at unreachable place from web.',
'cubrid' => 'Use CUBRID DB.',
'cubrid' => 'Use CUBRID DB. <a href="http://www.xpressengine.com/?mid=manual&pageid=2880556" onclick="window.open(this.href);return false;" class="manual">manual</a>',
'postgresql' => 'Use PostgreSql DB.',
'firebird' => 'Use firebird DB.',
);