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...
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...