How to order by STAT relation? i.e.:
Post::model()->with('commentCount')->findAll(array('order' => 'commentCount ASC'));
I get column not found.
Thanks.
Page 1 of 1
How to order by STAT type relation
#3
Posted 04 January 2010 - 08:39 AM
This shouldn`t help. I turned on db query logging and commentCount is indeed not included in the select list. Any comments from core Yii guys?
Share this topic:
Page 1 of 1