Let\'s say that I have a controller named
pages
and there is a method
slug_on_the_fly
public functi
Maybe this will help you.
$route['controllerName/([^/]+)/([^/]+)'] = "index/author/$1/$2";