Welcome Guest, Not a member yet? Register   Sign In
Very Simple Issue I cant solve
#3

[eluser]Maurice Calhoun[/eluser]
Sorry, but I had to do this.

Code:
function index()
    {            
    
            $data['title'] = 'Theater 311';
            $data['heading'] = 'Welcome to Theater 311';
            $data['content'] = 'index';
            $data['css'] = 'site';
            $data['isLoggedIn'] = $this->session->userdata('isLoggedIn');
            $data['query'] = $this->modelname->getInfo();
        
            $this->load->view('includes/templates', $data);
        
    }


Messages In This Thread
Very Simple Issue I cant solve - by El Forum - 11-14-2009, 07:47 PM
Very Simple Issue I cant solve - by El Forum - 11-14-2009, 09:10 PM
Very Simple Issue I cant solve - by El Forum - 11-15-2009, 01:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB