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

[eluser]solid9[/eluser]
@jasonstanley

LuckyFella is right, I only tweaked a little his work.
Below is the right codes,

Code:
function show_user() {
$data_midnav['rows'] = $this->data_model->getAll();
$this->data['midnav'] = $this->load->view('data_model_test', $data_midnav, TRUE);
  
$this->load->view('front_page', $this->data);
}

Problem Solved.

Thanks again guys...!!!


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