Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to undefined function get_instance()
#1

[eluser]kelye[/eluser]
hello
i have the following problem...

Code:
MY_Input.php

class MY_Input extends CI_Input {
    var $CI;
    
    function My_Input()
    {
        parent::CI_Input();
        $this->CI =& get_instance();
    }
}

and i get a "Fatal error: Call to undefined function get_instance() ..."


Messages In This Thread
Fatal error: Call to undefined function get_instance() - by El Forum - 12-13-2007, 05:50 AM
Fatal error: Call to undefined function get_instance() - by El Forum - 12-13-2007, 08:20 AM
Fatal error: Call to undefined function get_instance() - by El Forum - 12-13-2007, 02:05 PM
Fatal error: Call to undefined function get_instance() - by El Forum - 12-13-2007, 04:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB