繼承CDbConnection, 覆蓋 init()方法this
在 parent::init() 以前設置 $this->setAttribute(PDO::ATTR_TIMEOUT, $this->timeout); 便可。繼承