Welcome Guest, Not a member yet? Register   Sign In
hi... i have problem of database connection.
#1

[eluser]Unknown[/eluser]
i am getting below error.. please help me i am new to codeigniter.

A PHP Error was encountered

Severity: Notice

Message: Undefined property: Blog::$db

Filename: controllers/blog.php

Line Number: 14

Fatal error: Call to a member function get() on a non-object in H:\xampp\htdocs\codeigniter\system\application\controllers\blog.php on line 14



my blog.php code

<?php
class Blog extends Controller {
function Blog()
{
parent::Controller();
}
function index()
{
$data['title'] = "My Blog Title";
$data['heading'] = "My Blog Heading";
$data['query'] = $this->db->query("SELECT * FROM entries");

$this->load->view('blog_view', $data);

}
}
?>


Messages In This Thread
hi... i have problem of database connection. - by El Forum - 11-17-2009, 01:41 AM
hi... i have problem of database connection. - by El Forum - 11-17-2009, 02:38 AM
hi... i have problem of database connection. - by El Forum - 11-17-2009, 03:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB