Ver original$total = 10; $data_view = array('test' => $total); $this->load->view('vista', $data_view);
Ver originalecho $test;