Welcome Guest, Not a member yet? Register   Sign In
Routing an entire controller
#3

Not likely to happen because it would require scanning php classes to determine which the routes to assign, and that could become a significant performance hit quickly.

However, if you only have one controller you want to do this to, you should be to set the 404Override to point to your controller, and check if the method exists or not in the controller.
Reply


Messages In This Thread
Routing an entire controller - by desbest - 08-08-2017, 12:34 AM
RE: Routing an entire controller - by sv3tli0 - 08-08-2017, 04:41 AM
RE: Routing an entire controller - by kilishan - 08-08-2017, 06:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB