Welcome Guest, Not a member yet? Register   Sign In
problem with custom controller constructor
#6

(05-29-2021, 11:39 PM)paulkd Wrote: I've not been able to find any code examples where parent::initController() is used.

There's an example right in the BaseController that calls the parent initController from the Controller class :
PHP Code:
parent::initController($request$response$logger); 
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
RE: problem with custom controller constructor - by includebeer - 05-30-2021, 06:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB