Welcome Guest, Not a member yet? Register   Sign In
Database results will not display. New to CI
#6

[eluser]cpeele[/eluser]
Hey guys, thanks for all the responses.

I tried all your suggestions to no avail unfortunately

Code:
<?php

class Questions extends Controller
{    
    function index()
    {

        $query = $this->db->get('questions');
        $data['query'] = $query->result();
    }
}

?>

I even tried using
Code:
$data['query'] = $query->result_array();

here's the view

Code:
<ul>
&lt;?php foreach($query->result() as $row): ?&gt;
    <li>&lt;?=$row->name?&gt;</li>
&lt;?php endforeach; ?&gt;
</ul>

it shouldn't be this hard to pull some data...any additional ideas would be greatly appreciated.


Messages In This Thread
Database results will not display. New to CI - by El Forum - 04-25-2009, 10:00 AM
Database results will not display. New to CI - by El Forum - 04-25-2009, 10:29 AM
Database results will not display. New to CI - by El Forum - 04-25-2009, 11:19 AM
Database results will not display. New to CI - by El Forum - 04-25-2009, 12:37 PM
Database results will not display. New to CI - by El Forum - 04-25-2009, 12:43 PM
Database results will not display. New to CI - by El Forum - 04-25-2009, 06:10 PM
Database results will not display. New to CI - by El Forum - 04-26-2009, 04:46 AM
Database results will not display. New to CI - by El Forum - 04-26-2009, 12:34 PM
Database results will not display. New to CI - by El Forum - 04-26-2009, 12:36 PM
Database results will not display. New to CI - by El Forum - 04-26-2009, 12:37 PM
Database results will not display. New to CI - by El Forum - 04-26-2009, 12:47 PM
Database results will not display. New to CI - by El Forum - 04-27-2009, 12:39 PM
Database results will not display. New to CI - by El Forum - 04-27-2009, 01:17 PM
Database results will not display. New to CI - by El Forum - 04-27-2009, 03:10 PM
Database results will not display. New to CI - by El Forum - 04-27-2009, 10:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB