Welcome Guest, Not a member yet? Register   Sign In
View load problem
#1

[eluser]Unknown[/eluser]
I am using the following code in a application/controllers/frontpage.php
Code:
<?php
class Frontpage extends Controller {

    function index()
    {
        $this->load->view('themes/v1/header');
        $this->load->view('themes/v1/footer');
    }
}
?>

For some reason it only loads the last enter view
In this case the footer
Why?


Messages In This Thread
View load problem - by El Forum - 12-09-2007, 12:17 AM
View load problem - by El Forum - 12-09-2007, 12:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB