[ Index ] |
|
Code source de PHPonTrax 2.6.6-svn |
1 ;;; 2 ;;; Description of the database used by Trax 3 ;;; in each of the three modes of operation 4 ;;; 5 ;;; Edit the descriptions below to match the actual database name, 6 ;;; host location, username and password for each database. 7 ;;; 8 ;;; This file is parsed by parse_ini_file(). See 9 ;;; http://www.php.net/manual/en/function.parse-ini-file.php 10 ;;; $Id: database.ini 212 2006-05-29 07:49:22Z john $ 11 ;;; 12 [development] 13 phptype = mysql 14 database = database_development 15 hostspec = localhost 16 username = root 17 password = 18 persistent = true 19 20 [test] 21 use = development 22 23 [production] 24 phptype = mysql 25 database = database_production 26 hostspec = localhost 27 username = root 28 password = 29 persistent = true
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 20:04:38 2007 | par Balluche grâce à PHPXref 0.7 |