$model = new \Think\Model(); $v = $model->query("select VERSION() as ver"); $array['mysqlver'] = $v[0]['ver'];