Hannes is on a roll!

Can I suggest changing "Get" to "Gets" in the refpurpose's?

Is it possible to explain the purpose of ErrorException's?  For example:

   function exceptions_error_handler($severity, $message, $filename, 
       $lineno) {
       throw new ErrorException($message, 0, $severity, $filename, $lineno);
   }

   set_error_handler('exceptions_error_handler');

Thanks,

--Dan

-- 
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
            data intensive web and database programming
                http://www.AnalysisAndSolutions.com/
 4015 7th Ave #4, Brooklyn NY 11232  v: 718-854-0335 f: 718-854-0409

Reply via email to