Welcome Guest, Not a member yet? Register   Sign In
Create dynamic SEO based url without function/controller name
#3

[eluser]xeroblast[/eluser]
change route to to accept any : $route['(:any)'] = 'controller_name/function_name';

in your controller,

class controller_name extends CI {
function_name($var) {
//process the $var string here;
}
}


Messages In This Thread
Create dynamic SEO based url without function/controller name - by El Forum - 03-01-2012, 01:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB