load->view('welcome_message'); } public function test() { // $this->load->model('receiver/receiver_customers_model', 'customers_model'); // $rid = 17418; // $bizId = 57; // $res = $this->customers_model->Commissions($rid, $bizId); // var_dump($res); } }