$model->db('config') //读取config配置参数作为数据库连接信息 $model->db('config','mysql://root@127.0.0.1/test') //读取指定数据库连接信息连接