Welcome Guest, Not a member yet? Register   Sign In
Use __remap to Show 404 Page
#4

[eluser]fjamal[/eluser]
[quote author="Lewis Cowles" date="1343784921"]change
Code:
if (method_exists($this, $method)){
to
Code:
if ( (method_exists($this, $method)) && ($method != strtolower(get_class($this)) ) ){
[/quote]

Previously, i tried this solution but did not help because _remap tends to catch methods of the given controller; index() is the default.

($method != strtolower(get_class($this))

The above code compares 'index' != 'home' even if i put multiple homes as /home/home/home.


Messages In This Thread
Use __remap to Show 404 Page - by El Forum - 07-31-2012, 04:59 PM
Use __remap to Show 404 Page - by El Forum - 07-31-2012, 06:35 PM
Use __remap to Show 404 Page - by El Forum - 07-31-2012, 06:36 PM
Use __remap to Show 404 Page - by El Forum - 08-01-2012, 03:33 PM
Use __remap to Show 404 Page - by El Forum - 08-01-2012, 03:49 PM
Use __remap to Show 404 Page - by El Forum - 08-01-2012, 04:07 PM
Use __remap to Show 404 Page - by El Forum - 08-01-2012, 04:50 PM
Use __remap to Show 404 Page - by El Forum - 08-01-2012, 04:55 PM
Use __remap to Show 404 Page - by El Forum - 08-01-2012, 05:10 PM



Theme © iAndrew 2016 - Forum software by © MyBB