3
我正在使用yii框架。我有一個關係通過關係STAT在yii中訂購
'revCount'=>array(self::STAT, 'Review','rid','condition'=>'status=1')//count review for each restaurant
現在我想獲取所有的餐廳訂單審查計數。
Restaurant::model()->findAll('with'=>'revCount');
我還需要添加什麼才能讓所有按照檢討次數排序的餐館都有所需要?
沒有ü嘗試 餐廳::模型() - >的findAll( '與'=> 'revCount', 'order'=>'revCount'); 它工作嗎? – Arfeen 2012-03-20 12:37:11
沒有。它表示該列'revCount'不存在 – iThink 2012-03-21 13:42:22