Squiz Matrix
4.12.2
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
All
Data Structures
Namespaces
Functions
Variables
Pages
DALConf.inc
1
<?php
2
$conf = array (
3
'db'
=> array (
4
'DSN'
=>
'pgsql:dbname=skim_my4;host=db;user=postgres;password='
,
5
'user'
=>
'postgres'
,
6
'password'
=>
''
,
7
'type'
=>
'pgsql'
,
8
),
9
);
10
11
return
$conf;
12
?>
squiz_matrix
core
lib
DAL
DALConf.inc
Generated on Tue Jan 29 2013 14:04:50 for Squiz Matrix by
1.8.3.1