Welcome Guest, Not a member yet? Register   Sign In
Active Record doesn't handle 'NULL' columns? [SOLVED]
#3

[eluser]jmadsen[/eluser]
why not just skip ActiveRecord, since you aren't actually using it?

Code:
$query = $this->sess_db->query($sql);
foreach ($query->result() as $row)
{    
    print_r($row);
}

Active Record is just a query building library. You don't have to use it.

http://ellislab.com/codeigniter/user-gui...mples.html


Messages In This Thread
Active Record doesn't handle 'NULL' columns? [SOLVED] - by El Forum - 07-07-2011, 11:15 AM
Active Record doesn't handle 'NULL' columns? [SOLVED] - by El Forum - 07-07-2011, 03:29 PM
Active Record doesn't handle 'NULL' columns? [SOLVED] - by El Forum - 07-07-2011, 03:37 PM
Active Record doesn't handle 'NULL' columns? [SOLVED] - by El Forum - 07-07-2011, 03:54 PM
Active Record doesn't handle 'NULL' columns? [SOLVED] - by El Forum - 07-07-2011, 05:01 PM
Active Record doesn't handle 'NULL' columns? [SOLVED] - by El Forum - 07-07-2011, 05:09 PM



Theme © iAndrew 2016 - Forum software by © MyBB