Welcome Guest, Not a member yet? Register   Sign In
Rerouting to Different Controllers for Mobile/Wii at a Root Level
#4

[eluser]xwero[/eluser]
You could (ab)use the routes.php.
Code:
// user agent function that identifies the browser
$route['(.+)'] = ua_browser().'/$1';
This assumes the controllers are all in a directories based on the name the ua_browser function outputs.


Messages In This Thread
Rerouting to Different Controllers for Mobile/Wii at a Root Level - by El Forum - 02-28-2009, 04:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB