'basis/bundesland:r')); // Load model PersonModel $this->load->model('codex/bundesland_model', 'BundeslandModel'); } public function getAll() { $result = $this->BundeslandModel->load(); $this->response($result, REST_Controller::HTTP_OK); } }