PHP Classes

Error in example

Recommend this page to a friend!

      Cygnus Crypt  >  All threads  >  Error in example  >  (Un) Subscribe thread alerts  
Subject:Error in example
Summary:public function problem
Messages:2
Author:Gary England
Date:2013-10-30 13:07:56
Update:2013-10-31 07:42:58
 

  1. Error in example   Reply   Report abuse  
Picture of Gary England Gary England - 2013-10-30 13:07:56
You may wish to look at line 26 of the example. You reference a public function 'Encryption()', but your function defined in the class is 'Encrypt()'.

  2. Re: Error in example   Reply   Report abuse  
Picture of Cygnus HeeL Cygnus HeeL - 2013-10-31 07:42:58 - In reply to message 1 from Gary England
Thanks, I have corrected the example.