Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 46 → Rev 47

/trunk/Db/MySQLDB.php
48,6 → 48,8
 
public function __construct()
{
$this->readConfig();
$this->_dsn = "mysql:host={$this->_host}"
. (!is_null($this->_dbname) ? ";dbname={$this->_dbname}" : '')
. (!is_null($this->_charset) ? ";charset={$this->_charset}" : '');