1 Answers
Hello, Given that your controller name is ‘UserController’ and you have a method in that class with a name ‘custom_display’ – the on_data_display event can be used as follows.
$e["on_data_display"] = array("custom_display", "UserController");
$g->set_events($e);
Your Answer

