You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have installed this extension and is working like charm!!!
i want to get data into pagination format something like yii's default data provider in your method...
$roots = Menu::find()->roots()->all();
$countries = Menu::findOne(['name' => 'Countries']);
$leaves = $countries->leaves()->all();
is there any way to do this????
i also want to know search from related model in this extension...
The text was updated successfully, but these errors were encountered:
Hello creocoder,
i have installed this extension and is working like charm!!!
i want to get data into pagination format something like yii's default data provider in your method...
$roots = Menu::find()->roots()->all();
$countries = Menu::findOne(['name' => 'Countries']);
$leaves = $countries->leaves()->all();
is there any way to do this????
i also want to know search from related model in this extension...
The text was updated successfully, but these errors were encountered: