Welcome Guest, Not a member yet? Register   Sign In
Creating a Library
#4

[eluser]Karlos23[/eluser]
Seems I have ran into another problem, apparently it cannot load the database library but it hasn't been moved! I can autoload it without a problem but it won't let me load it through my library?

My __construct() function where I load it is:

Code:
public function __construct()
    {
        $this->CI =& get_instance();
        
        $libs = array(
            'email',
            'database',
            'session'
        );
        $this->CI->load->library($libs);
        
        log_message('debug', 'Login & Auth Class Initialized');
    }


Messages In This Thread
Creating a Library - by El Forum - 04-22-2010, 02:06 AM
Creating a Library - by El Forum - 04-22-2010, 02:42 AM
Creating a Library - by El Forum - 04-22-2010, 10:02 AM
Creating a Library - by El Forum - 04-24-2010, 05:58 AM
Creating a Library - by El Forum - 04-24-2010, 12:56 PM
Creating a Library - by El Forum - 04-24-2010, 02:34 PM
Creating a Library - by El Forum - 04-24-2010, 03:56 PM
Creating a Library - by El Forum - 04-25-2010, 03:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB