Welcome Guest, Not a member yet? Register   Sign In
Using multiple libraries together?
#2

[eluser]diggersworld[/eluser]
I've figured it out... I added the following in my library.

public $CI;

public function __construct()
{
if (!isset($this->CI))
{
$this->CI =& get_instance();
}
}

Then called the function like this:
$this->CI->ppcrypto->signAndEncrypt


Messages In This Thread
Using multiple libraries together? - by El Forum - 06-17-2010, 04:39 AM
Using multiple libraries together? - by El Forum - 06-17-2010, 04:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB