/**\r
* A class that implements the DB interface for MySQL 3.23 and up\r
*\r
- * $Id: MySQL.php,v 1.1 2002/02/12 06:53:30 chriskl Exp $\r
+ * $Id: MySQL.php,v 1.2 2002/02/12 08:53:15 chriskl Exp $\r
*/\r
\r
include_once('../classes/database/BaseDB.php');\r
class MySQL extends BaseDB {\r
\r
var $dbFields = array('dbname' => 'Database');\r
+ var $tbFields = array('tbname' => 'Name', 'tbowner' => '');\r
\r
function MySQL($host, $port, $database, $user, $password) {\r
$this->BaseDB('mysql');\r