Welcome Guest, Not a member yet? Register   Sign In
Confusion with MVC in CI
#5

[eluser]SPeed_FANat1c[/eluser]
In your controler do this:
Code:
$results = $query->result();
$data['res'] = $results;

then load your countries view this way:

Code:
$this->load->view('countries',$data);

in view file do this:

Code:
foreach ($res as $row)
  {
    echo $row->country;
  }

There may be some errors in my code, I have not tested it.


Messages In This Thread
Confusion with MVC in CI - by El Forum - 06-16-2010, 07:05 AM
Confusion with MVC in CI - by El Forum - 06-16-2010, 07:26 AM
Confusion with MVC in CI - by El Forum - 06-16-2010, 07:40 AM
Confusion with MVC in CI - by El Forum - 06-16-2010, 07:45 AM
Confusion with MVC in CI - by El Forum - 06-16-2010, 07:57 AM
Confusion with MVC in CI - by El Forum - 06-16-2010, 07:59 AM
Confusion with MVC in CI - by El Forum - 06-16-2010, 08:09 AM
Confusion with MVC in CI - by El Forum - 06-16-2010, 08:48 AM
Confusion with MVC in CI - by El Forum - 06-16-2010, 09:01 AM
Confusion with MVC in CI - by El Forum - 06-16-2010, 09:18 AM
Confusion with MVC in CI - by El Forum - 06-16-2010, 09:23 AM
Confusion with MVC in CI - by El Forum - 06-16-2010, 09:28 AM
Confusion with MVC in CI - by El Forum - 06-16-2010, 12:07 PM
Confusion with MVC in CI - by El Forum - 06-16-2010, 01:15 PM
Confusion with MVC in CI - by El Forum - 06-16-2010, 01:35 PM
Confusion with MVC in CI - by El Forum - 06-16-2010, 02:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB