Answer the question
In order to leave comments, you need to log in
Yii1, why doesn't order work?
Here is the connection in the model
return array(
'childs'=>[self::HAS_MANY,'Category','parent_id','order'=>'t.id_category DESC'],
);
$data=Category::model()->findAll([
'with'=>[
'childs'
],
'condition'=>'t.parent_id=0',
]);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question