From b1fddc051af66a0a41a709862dd84d06139e2325 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 9 Oct 2006 21:29:07 +0000 Subject: --- user_guide/libraries/encryption.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user_guide/libraries/encryption.html') diff --git a/user_guide/libraries/encryption.html b/user_guide/libraries/encryption.html index 9be32cf4f..92d128cd8 100644 --- a/user_guide/libraries/encryption.html +++ b/user_guide/libraries/encryption.html @@ -110,6 +110,8 @@ for example, can only hold 4K of information.

$this->load->library('encrypt');

Once loaded, the Encrypt library object will be available using: $this->encrypt

+

You can also set your own class variable name. Please see the Loader Class for more info.

+

$this->encrypt->encode()

-- cgit v1.2.3-24-g4f1b