Tutorial by Examples

In Controller: $this->load->model('your_model'); $data['model'] = $this->your_model; In view: $model->your_method;

Page 1 of 1