Example #1
0
 public function getMenus($pid = null)
 {
     $menus = Menu::find()->where(['parent' => $pid])->orderBy('order asc')->all();
     return $menus;
 }