Welcome Guest, Not a member yet? Register   Sign In
Codeigniter Message: Undefined variable: infos why cant I connect the abouts table?
#4

[eluser]theprodigy[/eluser]
You are trying to pass in your $data array
Code:
$this->render_page('pages/'.$page,$data);

but your render_page function doesn't accept a second parameter
Code:
function render_page($view) {
...
}


Messages In This Thread
Codeigniter Message: Undefined variable: infos why cant I connect the abouts table? - by El Forum - 08-05-2012, 12:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB