Welcome Guest, Not a member yet? Register   Sign In
Message: Undefined variable: rows ?
#4

[eluser]solid9[/eluser]
@aken

thanks for the hint,

But I already passed the data in the controller;
Code:
function show_user() {
   $this->data['rows'] = $this->data_model->getAll();
   $this->data['midnav'] = $this->load->view('data_model_test', null, TRUE);

   $this->load->view('front_page', $this->data);
}

Sorry I'm noob, So what is missing in this codes?

tnx n advanced.






Messages In This Thread
Message: Undefined variable: rows ? - by El Forum - 01-25-2012, 12:14 AM
Message: Undefined variable: rows ? - by El Forum - 01-25-2012, 12:37 AM
Message: Undefined variable: rows ? - by El Forum - 01-25-2012, 01:53 AM
Message: Undefined variable: rows ? - by El Forum - 01-25-2012, 03:11 AM
Message: Undefined variable: rows ? - by El Forum - 01-25-2012, 03:45 AM
Message: Undefined variable: rows ? - by El Forum - 01-25-2012, 03:54 AM
Message: Undefined variable: rows ? - by El Forum - 01-25-2012, 04:10 AM
Message: Undefined variable: rows ? - by El Forum - 01-25-2012, 04:16 AM
Message: Undefined variable: rows ? - by El Forum - 01-25-2012, 04:26 AM
Message: Undefined variable: rows ? - by El Forum - 01-25-2012, 04:36 AM
Message: Undefined variable: rows ? - by El Forum - 01-25-2012, 04:40 AM
Message: Undefined variable: rows ? - by El Forum - 01-25-2012, 04:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB