CodeIgniter4 - Event listner |
(09-29-2018, 12:38 PM)happyape Wrote:(09-29-2018, 11:47 AM)unodepiera Wrote:(09-19-2018, 03:21 AM)happyape Wrote: I am just trying to understand if CI4 events (https://bcit-ci.github.io/CodeIgniter4/g...vents.html) are meant to function similar way as of Laravel (https://laravel.com/docs/5.7/events) Another way directly from CodeIgniter model events: Models/User.php PHP Code: protected $afterInsert = ['sendEmailToUser'];
But if can auto load this event in the event name post_controller_constructor? how can auto load all my logic in for example file.php whit a class and a function, evaluate and running a specific action?
Structure of my logic: Directory = Hooks Class = MyAccess Function = evaluate The exposed structure is an example, for the purposes of the case, it contains all the logic of user login evaluation, this was developed in CI3, it is already configured with the requirements according to the CI4 standard, so what I need is to know how auto load this class as an event in CI4 just like they are loaded in CI3, I have read all the official documentation about it, but I can't find a solution or example to use it.
You need to read this:
CodeIgniter 4 User Guide - Events What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |