Welcome Guest, Not a member yet? Register   Sign In
Is there a way to turn off the debugbar for a specific controller/route
#6

@crazyR
> As the title says, im seeking a way to disable the debugbar for specific controllers/routes.

I am not sure of the order that CI_DEBUG is called but I prefer defining the debug boolean constant in index.php.

You could try a conditional grouping of the /Controller/config/routes.php -> $route1 = "route"; and the debug constant will be contained in the same file.
Reply


Messages In This Thread
RE: Is there a way to turn off the debugbar for a specific controller/route - by John_Betong - 11-06-2019, 06:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB