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

[eluser]Mark Skilbeck[/eluser]
Shouldn't it be:
Code:
$data['questions'] = $this->db->get('questions');

Code:
foreach($questions->result() as $question)
{
    // Etc.
}


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