null Module_Database_Driver::__construct( )
public function __construct($config)
{
$this->config = $config;
if ( !is_array($this->config['connection']['hostname']) )
{
# 主从链接采用同一个内存地址
$this->_connection_ids['master'] =& $this->_connection_ids['slaver'];
}
}