标签:
database.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$active_group = ‘default‘ ; $active_record = TRUE; $db [ ‘default‘ ][ ‘hostname‘ ] = ‘localhost/xe‘ ; $db [ ‘default‘ ][ ‘username‘ ] = ‘root‘ ; $db [ ‘default‘ ][ ‘password‘ ] = ‘root‘ ; $db [ ‘default‘ ][ ‘database‘ ] = ‘‘ ; $db [ ‘default‘ ][ ‘dbdriver‘ ] = ‘oci8‘ ; $db [ ‘default‘ ][ ‘dbprefix‘ ] = ‘SZH_‘ ; $db [ ‘default‘ ][ ‘pconnect‘ ] = false; $db [ ‘default‘ ][ ‘db_debug‘ ] = TRUE; $db [ ‘default‘ ][ ‘cache_on‘ ] = FALSE; $db [ ‘default‘ ][ ‘cachedir‘ ] = ‘‘ ; $db [ ‘default‘ ][ ‘char_set‘ ] = ‘AL32UTF8‘ ; $db [ ‘default‘ ][ ‘dbcollat‘ ] = ‘‘ ; $db [ ‘default‘ ][ ‘swap_pre‘ ] = ‘‘ ; $db [ ‘default‘ ][ ‘autoinit‘ ] = TRUE; $db [ ‘default‘ ][ ‘stricton‘ ] = FALSE; |
php codeigniter (CI) oracle 数据库配置-宋正河整理
标签:
原文地址:http://www.cnblogs.com/songzhenghe/p/4567976.html