Ajeet Kumar

Results 1 issues of Ajeet Kumar

Hi, I'm trying to integrate multi level menu from https://github.com/edomaru/codeigniter_multilevel_menu Added following code to MyController _setup function $this->load->model("menu_model", "menu"); $items = $this->menu->all(); // load the library and pass the array...