Welcome Guest, Not a member yet? Register   Sign In
Library cross load issue
#2

(This post was last modified: 02-26-2019, 03:12 PM by php_rocs.)

@resuki,

Instead of...

$ci =$ get_instance();

You should have...

$CI =& get_instance();

Documentation ( https://www.codeigniter.com/user_guide/g...ur-library )
Reply


Messages In This Thread
Library cross load issue - by resuki - 02-26-2019, 02:17 AM
RE: Library cross load issue - by php_rocs - 02-26-2019, 03:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB