Welcome Guest, Not a member yet? Register   Sign In
help please! i can't pass the data to views
#3

[eluser]InsiteFX[/eluser]
Code:
function index()
    {
        $data['title'] = "Register!";
        
        $this->load_vars($data);

        $this->load->view('header_view');
        $this->load->view('register_form');
        $this->load->view('footer_view');
    }

Make sure also that short tags are turned on!

InsiteFX


Messages In This Thread
help please! i can't pass the data to views - by El Forum - 11-05-2010, 09:52 PM
help please! i can't pass the data to views - by El Forum - 11-05-2010, 11:00 PM
help please! i can't pass the data to views - by El Forum - 11-05-2010, 11:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB