From cf49390d3d699d878eb6e151745e80285465ddb9 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 10 Oct 2006 07:12:31 +0000 Subject: --- user_guide/libraries/encryption.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'user_guide/libraries/encryption.html') diff --git a/user_guide/libraries/encryption.html b/user_guide/libraries/encryption.html index 92d128cd8..9be32cf4f 100644 --- a/user_guide/libraries/encryption.html +++ b/user_guide/libraries/encryption.html @@ -110,8 +110,6 @@ 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