Welcome Guest, Not a member yet? Register   Sign In
I am a beginner ci framework, what is wrong with this?
#1

[eluser]Iman Llusion[/eluser]
<?php
class Blog extends CI_Controller {
function Blog()
{
parent::__Controller();
$this->load->scaffolding('entries');
}
function index()
{
$data['title'] = "My Blog Title";
$data['heading'] = "My Blog Heading";
$data['todo'] = array('clean house','eat lunch','call mom');
$this->load->view('blog_view', $data);
}
}
?>


Messages In This Thread
I am a beginner ci framework, what is wrong with this? - by El Forum - 11-01-2012, 11:24 PM
I am a beginner ci framework, what is wrong with this? - by El Forum - 11-03-2012, 11:07 AM
I am a beginner ci framework, what is wrong with this? - by El Forum - 11-03-2012, 07:43 PM
I am a beginner ci framework, what is wrong with this? - by El Forum - 11-03-2012, 07:49 PM
I am a beginner ci framework, what is wrong with this? - by El Forum - 11-03-2012, 07:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB