yii2.0框架where条件的使用 在yii框架中,where条件的使用多种多样,下面就和大家介绍几种常用有效的使用方法 1、 ['type' => 1, 'status' => 2] //等于 ...