I am now creating a website with member side and admin side using ci.
I created a folder called admin in the controllers folder.
Then created a controller named members inside the admin folder to view/edit/delete members.
The default index function is working when i access
but when i call the member function view
i am getting a 404 Page not Found error.
Anybody please help to solve this problem.
I Corrected it. The View function was renamed to View2 . This made it work properly
Is this view function a reserved or something… ???
