Welcome Guest, Not a member yet? Register   Sign In
Problem with my controller
#1

[eluser]Crabby[/eluser]
Hi guys

Any ideas why this is coming out blank, the title shows ok but the seperate views are coming out blank??

Code:
class Home extends Controller {

    function Home()
    {
        parent::Controller();    
    }
    
    function index()
    {
        $template['title']   = "Welcome";
        $template['header']  = $this->load->view('header');
        $template['content'] = $this->load->view('home');
        
        $this->load->view('template', $template);
    }
}


Any help help would be much appreciated

Regards

Crabby


Messages In This Thread
Problem with my controller - by El Forum - 08-02-2007, 09:44 AM
Problem with my controller - by El Forum - 08-02-2007, 10:01 AM
Problem with my controller - by El Forum - 08-02-2007, 10:31 AM
Problem with my controller - by El Forum - 08-02-2007, 01:11 PM
Problem with my controller - by El Forum - 08-06-2007, 08:27 AM
Problem with my controller - by El Forum - 08-06-2007, 09:05 AM
Problem with my controller - by El Forum - 08-07-2007, 03:18 AM
Problem with my controller - by El Forum - 08-07-2007, 04:28 AM
Problem with my controller - by El Forum - 08-07-2007, 06:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB