Welcome Guest, Not a member yet? Register   Sign In
Insert Error
#6

[eluser]chicadeas[/eluser]
<?php
class Blog extends Controller {
function Blog()
{
parent::Controller();
}

function index()
{
$data['title'] = "My Real Title";
$data['heading'] = "My Real Heading";
$data['query'] = $this->db->get('entries');
$this->load->view('blogview', $data);
}
}
?>


advabnce thanks


Messages In This Thread
Insert Error - by El Forum - 05-02-2010, 02:45 AM
Insert Error - by El Forum - 05-02-2010, 09:05 AM
Insert Error - by El Forum - 05-03-2010, 05:15 AM
Insert Error - by El Forum - 05-03-2010, 07:03 AM
Insert Error - by El Forum - 05-03-2010, 08:21 AM
Insert Error - by El Forum - 05-03-2010, 11:42 AM
Insert Error - by El Forum - 05-03-2010, 12:02 PM
Insert Error - by El Forum - 05-03-2010, 12:37 PM
Insert Error - by El Forum - 05-03-2010, 02:29 PM
Insert Error - by El Forum - 05-03-2010, 02:31 PM
Insert Error - by El Forum - 05-03-2010, 03:46 PM
Insert Error - by El Forum - 05-03-2010, 05:59 PM
Insert Error - by El Forum - 05-04-2010, 05:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB