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

@iRedds,

Should I use function(&$array) here in my code?

PHP Code:
use CodeIgniter\Events\Events;

Events::on('add_value_to_array', function(&$array) {
    error_log("add_value_to_array" PHP_EOL3"events.txt");
    array_push($array"new");
    return $array;
}); 
Reply


Messages In This Thread
RE: How to update value by Events in CodeIgniter 4 - by ciddict - 04-09-2021, 03:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB