so im going their there tutorial and this line of code is throwing an error. i have done everything else correctly.
$data['query'] = $this->db->get('test');
i get this
Fatal error: Call to a member function get() on a non-object in /controllers/blog.php on line 16
and yes 'test' is the name of my table in my database. And it does have several rows
anyone know what im doing wrong????