load->model('chooser'); // Load the data for the chooser model $data = array_merge($this->ChooserModel->denyList()); $data += $this->ChooserModel->chooser(); // Load the view and add the data $this->load->view('chooser', $data); } function _afterAction() { } } ?>