load->helper('url'); $this->load->library('input'); } public function index() { $this->load->view('form_hitung'); } }