Wiki

Articles tagged with "cdbcriteria.together", sorted by date (updated)X
Displaying 1-1 of 1 result(s).

1:n relations sometimes require CDbCriteria.together

Updated about a year ago by fsbTips4 comments – viewed 13,901 times – ( +13 )
There are situations in which Active Record will generate nonsense queries from what a nieve Yii user might think is reasonable code. One such situation is a CActiveDataProvider using CDbCriteria to get data from parent and 1:n child table with a condition on the child table.