[pLog-svn] r992 - plog/trunk/class/config

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Feb 8 12:15:36 GMT 2005


Author: ork
Date: 2005-02-08 12:15:36 +0000 (Tue, 08 Feb 2005)
New Revision: 992

Modified:
   plog/trunk/class/config/configdbstorage.class.php
Log:
removed one redundant var $_dbPrefix and added host, username, etc. vars


Modified: plog/trunk/class/config/configdbstorage.class.php
===================================================================
--- plog/trunk/class/config/configdbstorage.class.php	2005-02-08 11:44:41 UTC (rev 991)
+++ plog/trunk/class/config/configdbstorage.class.php	2005-02-08 12:15:36 UTC (rev 992)
@@ -41,10 +41,19 @@
 
         // array used to store the options
         var $_data;
+
+        // DB Host
+        var $_dbHost;
+
+        // Username to connect to the database
+        var $_dbUsername;
+
+        // Password to connect to the database
+        var $_dbPassword;
+
+        // Databaae to use
+        var $_dbDatabase;
         
-        // database prefix
-        var $_dbPrefix;
-
         /**
          * Connects to the database using the parameters in the config file.
          *




More information about the pLog-svn mailing list