Source for file constructini.php
Documentation is available at constructini.php
* Upgrade the database to the latest version used by Bumblebee
* @author Stuart Prescott
* @copyright Copyright Stuart Prescott
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* Work out a db.ini from the defaults and the user input
.
'host = "'.
$defaults['sqlHost'].
'"'.
$eol
.
'username = "'.
$defaults['sqlUser'].
'"'.
$eol
.
'passwd = "'.
$defaults['sqlPass'].
'"'.
$eol
.
'database = "'.
$defaults['sqlDB'].
'"'.
$eol
.
'tableprefix = "'.
$defaults['sqlTablePrefix'].
'"'.
$eol;
Documentation generated on Tue, 06 Mar 2007 10:01:06 +0000 by phpDocumentor 1.3.0