Welcome Guest, Not a member yet? Register   Sign In
hwo to retrieve data from two tables and display it in single view
#2

[eluser]InsiteFX[/eluser]
Code:
$data['menudb'] = query_from_menudb;
$data['msgdb']  = query_from_msgdb;

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

You will need to loop through the data in your view.


Messages In This Thread
hwo to retrieve data from two tables and display it in single view - by El Forum - 05-24-2012, 09:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB