Welcome Guest, Not a member yet? Register   Sign In
hijacking \CodeIgniter\Controller
#5

(09-24-2018, 09:37 AM)InsiteFX Wrote: There is no CodeIgniter __construct in the Controller anymore.

Leave the parent::__construct() out.

If you look at system Controller.php you will see that there is no constructor method

It's added to the BaseController for passing parameters to the other controllers.

Also remove the helpers ad the begging of the BaseController it is in the Controller now.

Many thanks for your explanation.
Reply


Messages In This Thread
hijacking \CodeIgniter\Controller - by titounnes - 09-24-2018, 03:47 AM
RE: hijacking \CodeIgniter\Controller - by titounnes - 09-24-2018, 07:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB