Welcome Guest, Not a member yet? Register   Sign In
The welcome.php missing ?>
#1

[eluser]hasokeric[/eluser]
The welcome.php Controller has a missing ?>
i am not sure if its needed or not -- but reading the Documentation about Controllers i see it being used -- however this confused me alot... so whats the deal is this a bug or not needed


welcome.php (latest version)

Code:
<?php

class Welcome extends Controller {

    function Welcome()
    {
        parent::Controller();    
    }
    
    function index()
    {
        $this->load->view('welcome_message');
    }
}

/* End of file welcome.php */
/* Location: ./system/application/controllers/welcome.php */


Messages In This Thread
The welcome.php missing ?> - by El Forum - 03-21-2009, 10:45 AM
The welcome.php missing ?> - by El Forum - 03-21-2009, 11:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB