?? dbconfig.php.tpl
字號:
<?php
/**
* GentleSource Comment Script - dbconfig.php
*
* (C) Ralf Stadtaus http://www.gentlesource.com/
*/
// DB
$t12l['dsn']['phptype'] = '{$phptype}';
// Database host
$t12l['dsn']['hostspec'] = '{$hostspec}';
// Database name
$t12l['dsn']['database'] = '{$database}';
// Database user
$t12l['dsn']['username'] = '{$username}';
// Database password
$t12l['dsn']['password'] = '{$password}';
// Database table prefix
$t12l['database_table_prefix'] = '{$prefix}';
?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -