Syntax
$this->load->model('model_name'); $this->model_name->method_name();
Practice
$this->load->model('home_model'); $this->home_model->get_data();