Welcome Guest, Not a member yet? Register   Sign In
CI instance in external class
#2

[eluser]Buso[/eluser]
try this:
Code:
ob_start();
include('index.php');
ob_end_clean();
$CI =& get_instance();


Messages In This Thread
CI instance in external class - by El Forum - 07-18-2010, 05:12 PM
CI instance in external class - by El Forum - 07-18-2010, 08:16 PM
CI instance in external class - by El Forum - 07-19-2010, 03:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB