2012-05-07 156 views

回答

0
$this->load->library('encrypt');//load this library. 
$config['encryption_key'] = "YOUR KEY"; // application/config/config.php 
$this->encrypt->encode();//Data encryption and returns it as a string 
$this->encrypt->decode();//Decrypts an encoded string. 
+1

請詳細解釋如何解決問題 – Adonis