Welcome Guest, Not a member yet? Register   Sign In
Route question
#2

[eluser]tomcode[/eluser]
You can do
Code:
// first the static controllers
$route['static1'] = "static1";
$route['static2'] = "static2";
$route['static3'] = "static3";

// anything else goes to welcome
$route[':any'] = "welcome";


Messages In This Thread
Route question - by El Forum - 04-05-2009, 11:42 PM
Route question - by El Forum - 04-06-2009, 01:00 AM
Route question - by El Forum - 04-06-2009, 02:05 AM
Route question - by El Forum - 04-06-2009, 02:13 AM
Route question - by El Forum - 04-06-2009, 02:50 AM
Route question - by El Forum - 04-06-2009, 03:28 AM
Route question - by El Forum - 04-06-2009, 04:29 AM
Route question - by El Forum - 04-06-2009, 04:41 AM
Route question - by El Forum - 04-06-2009, 08:46 AM
Route question - by El Forum - 04-06-2009, 09:48 AM
Route question - by El Forum - 04-06-2009, 09:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB