Welcome Guest, Not a member yet? Register   Sign In
help in getting and displaying info from database
#2

[eluser]Ben Swinburne[/eluser]
You need to pass the information to the view.

Code:
// getinfo() returns an object so either pass it directly
// or save is as a variable then pass it (like the example below)
$data = $this->Profile->getinfo($username);
$this->load->view('profile', $data);


Messages In This Thread
help in getting and displaying info from database - by El Forum - 05-23-2011, 06:19 AM
help in getting and displaying info from database - by El Forum - 05-23-2011, 07:58 AM
help in getting and displaying info from database - by El Forum - 05-23-2011, 08:04 AM
help in getting and displaying info from database - by El Forum - 05-23-2011, 08:25 AM
help in getting and displaying info from database - by El Forum - 05-23-2011, 08:31 AM
help in getting and displaying info from database - by El Forum - 05-23-2011, 08:32 AM
help in getting and displaying info from database - by El Forum - 05-23-2011, 08:58 AM



Theme © iAndrew 2016 - Forum software by © MyBB