intController() and __construct() |
(05-22-2022, 02:43 AM)kenjis Wrote: @dgvirtual `initController()` is called after calling `__construct()`. Yep, I could deduce that. so, could I replace my constructors with an initController() method? do it like it is done in the BaseController init method: call the method and then call it's parent inside? PHP Code: parent::initController($request, $response, $logger);
==
Donatas G. |
Messages In This Thread |
intController() and __construct() - by enlivenapp - 07-30-2018, 01:26 PM
RE: intController() and __consturct() - by kilishan - 07-30-2018, 02:13 PM
RE: intController() and __consturct() - by enlivenapp - 07-30-2018, 02:29 PM
RE: intController() and __consturct() - by kilishan - 07-30-2018, 07:16 PM
RE: intController() and __construct() - by dgvirtual - 05-22-2022, 12:20 AM
RE: intController() and __construct() - by kenjis - 05-22-2022, 02:43 AM
RE: intController() and __construct() - by dgvirtual - 05-22-2022, 11:15 AM
|