yii2查询SQL错误 作者: Roc xu 日期: 2016年03月09日 9:53:56 分类: 全部文章 访问量:次 $model = new Model();$model->name = ‘abc’;$model->save();var_dump($model->getErrors());