Welcome Guest, Not a member yet? Register   Sign In
New to code igniter having a hard time with instantiating classes
#4

[eluser]Bart v B[/eluser]
ZIPPP... Wrong answer..
Your writing a helper..

Code:
<?php
function __construct()
{
   parent::__construct();
   $CI =& get_instance();
   $CI->load->library('database');
}


Messages In This Thread
New to code igniter having a hard time with instantiating classes - by El Forum - 08-08-2011, 05:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB