Welcome Guest, Not a member yet? Register   Sign In
ACCESS CI Super object from MY_LANG
#2

(This post was last modified: 09-17-2016, 03:41 AM by InsiteFX.)

PHP Code:
class YourClassName {

 
   protected $ci;

 
   public __construct()
 
   {
 
       $this->ci =& get_instance();
 
   }

    
// you will need to use $this->ci->session() etc; to access the session in this class


What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: ACCESS CI Super object from MY_LANG - by InsiteFX - 09-17-2016, 03:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB