yii多表联合查询, 第一种,用command,自己拼接sql语句执行查询 第二种,用AR,model需继承下面的ar,执行queryall或queryrow方法 <?php //application/components/BaseActiveRecord.php class BaseActiveRecord extends CActiveRecord{ /** * Returns the static model of the specified AR class. * The model…