How to use this things, the routes ?
For example, i my page is
- controller/function
and i want the controller part and the function part to become
- name
- $route[‘controller/function’] =
“name”;
and i tryed like that, but nothing happens, still when trying to go to controller/function it is controller/function not name
you need to do it the other way round.
actually you define a route to a desired controller function:
also see here: CI Routing