load->model('join_model','join'); } public function index() { $items = $this->join->all(); $data['items'] = $items; $this->load_view($data); } } ?>