Welcome Guest, Not a member yet? Register   Sign In
HELP!
#1

[eluser]husni[/eluser]
Code:
$data['msg'] = "";
                $data['availability'] = TRUE;
                $data['allModul'] = $this->helpdesk_model->getAllModul();
                print_r($data['allModul']);
                $this->load->library('calendar');
                $data['querys'] = $this->helpdesk_model->display_menu();
                $this->load->view('statusAll',$data);
hey guys..this is my code..
and in the view file it will display all of the module in the database..
there's a lot of thing that i need to calculate for each module..
i dont know how to do that..i need to carry the module id to the model to make the calculation but my module id display in the view file.. so how??


Messages In This Thread
HELP! - by El Forum - 03-21-2010, 10:10 PM
HELP! - by El Forum - 03-21-2010, 10:29 PM
HELP! - by El Forum - 03-22-2010, 03:53 PM
HELP! - by El Forum - 03-22-2010, 06:26 PM



Theme © iAndrew 2016 - Forum software by © MyBB