Welcome Guest, Not a member yet? Register   Sign In
back to basics
#4

I'm not sure I understand your problem here. The only method in your Configure controller that can be called from a route is index(). What function are you trying to call that calls index() when it should not?

Also, the order is a little weird to me. In _configire_output() you load a view, but then there's other things going on after that: generating a report, download images from s3, etc. I think loading the view should be the last thing happening since it's outputting the html document to the browser.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
back to basics - by richb201 - 11-13-2021, 11:30 AM
RE: back to basics - by includebeer - 11-15-2021, 03:17 PM
RE: back to basics - by richb201 - 11-16-2021, 03:54 AM
RE: back to basics - by includebeer - 11-16-2021, 04:55 AM
RE: back to basics - by richb201 - 11-16-2021, 05:31 AM
RE: back to basics - by includebeer - 11-17-2021, 06:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB