Welcome Guest, Not a member yet? Register   Sign In
URI seems correct... controller seems correct, but I'm getting a 404
#6

[eluser]barbazul[/eluser]
You can find a list of reserved function names in controllers here
As you can see, 'view' is a reserved function name and can be used as a controller function under PHP4

The reason for this is that in PHP4 the Controller class extends the Loader Class which already has a function named 'view' and they both conflict.


Messages In This Thread
URI seems correct... controller seems correct, but I'm getting a 404 - by El Forum - 09-10-2007, 08:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB