Welcome Guest, Not a member yet? Register   Sign In
How to update value by Events in CodeIgniter 4
#14

I did not test this but try it no time right now.

PHP Code:
use CodeIgniter\Events\Events;

Events::on('add_value_to_array', function() use (&$array) {
    error_log("add_value_to_array" PHP_EOL3"events.txt");
    array_push($array"new");
}); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: How to update value by Events in CodeIgniter 4 - by InsiteFX - 04-09-2021, 06:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB