How to get data in function extend controller?

The solution to this problem is to just use this:

$this->load->model('notification_model'); 
$this->get_notification();

Leave a Comment