thanks alot, it solved much of my worries. but the problem i face now is that this module is searching the view in the application/views.
but my custom view is in modules/dispatches/views.
what should i do now?
index.php appears automatically, i tried to remove the index,at the end,with abc method and set the route as
$route[FUEL_ROUTE.'dispatches/abc'] = DISPATCHES_FOLDER.'/controllers/dispatches/abc';
the url is now , when clicked on side of admin,
http…
much grateful to you. it solved my problem. now i have the following item in $nav array
''dispatches/index' => 'dispatches',
it is appearing as desired in the right menu. now, when i click upon it, the url becomes
http://localhost/ims/index.php/…