Welcome Guest, Not a member yet? Register   Sign In
Internal Server Error, when loading custom class
#2

[eluser]WanWizard[/eluser]
You can't just put code anywhere within a class, only in class methods.
Code:
class Timevalueshow extends Controller
{
    function Timevalueshow()
    {
        $this->load->library('timevalue');
    }

    function index()
    {
        $this->load->view('Timevalueshow_view');
        return true;
    }
}


Messages In This Thread
Internal Server Error, when loading custom class - by El Forum - 08-09-2010, 11:19 AM
Internal Server Error, when loading custom class - by El Forum - 08-09-2010, 01:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB