Welcome Guest, Not a member yet? Register   Sign In
Can i pass two database table in the model to the controller to the view?
#1

[eluser]jeanel16[/eluser]
I have two tables the names are menudb and msgdb, I want to select all from menudb, and also select all from msgdb then display the two table on the inboxmsgview.php I dont know how to pass two variables in the view and i know this code can not be correct no matter what i do

$this->load->view('inboxmsgview', $data, $data1);

is it possible to pass two tables?


Messages In This Thread
Can i pass two database table in the model to the controller to the view? - by El Forum - 05-24-2012, 07:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB