Welcome Guest, Not a member yet? Register   Sign In
Custom URL routing
#1

[eluser]Beginers[/eluser]
Hi All,

How do i route missing parameters like this?

This is the full url

Code:
http://localhost/sitename/controller_name/function_name/parameter_1/parameter_2

However i want to route this url if it is missing 1 or 2 parameters
Please help. Thanks in advance
#2

[eluser]Aken[/eluser]
Check if the parameters have values in your controller. If not, redirect to the default.

Remember you can give parameters defaults, also, if they are not present.




Theme © iAndrew 2016 - Forum software by © MyBB