Changeset 6 for trunk/class/Database.php
- Timestamp:
- Jun 13, 2012, 10:16:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/class/Database.php
r5 r6 15 15 var $ShowSQLError = false; 16 16 17 function __construct( $Config)17 function __construct() 18 18 { 19 include_once('Config.php'); 20 $this->Config = $Config; 19 $this->Config = new Config(); 21 20 $this->Database->HostName = $this->Config->Database['Host']; 22 21 $this->Database->UserName = $this->Config->Database['User'];
Note:
See TracChangeset
for help on using the changeset viewer.