PHP Classes

Very nice idea, this might prove very useful for privacy conc...

Recommend this page to a friend!

      Little PHP Proxy  >  All threads  >  Very nice idea, this might prove...  >  (Un) Subscribe thread alerts  
Subject:Very nice idea, this might prove...
Summary:Package rating comment
Messages:3
Author:etmerde
Date:2008-07-14 08:13:56
Update:2008-07-14 15:53:57
 

 

etmerde rated this package as follows:

Utility: Sufficient
Consistency: Insufficient
Examples: Sufficient

  1. Very nice idea, this might prove...   Reply   Report abuse  
Picture of etmerde etmerde - 2008-07-14 08:13:58
Very nice idea, this might prove very useful for privacy concerns. However I think you should spend a little time making it work under PHP strict standards (ie errors at E_ALL|E_STRICT).
Right now the script throws notices and warnings every now and then.
Also you should not use short tags (<?php is better), and closing tags (?>) in your classes files are useless.
All in all a nice one, just needs a little more effort to make it really good :-)

  2. Re: Very nice idea, this might prove...   Reply   Report abuse  
Picture of etmerde etmerde - 2008-07-14 08:15:32 - In reply to message 1 from etmerde
And please, initialize your variables before you use it !

  3. Re: Very nice idea, this might prove...   Reply   Report abuse  
Picture of Andrey Nikishaev Andrey Nikishaev - 2008-07-14 15:53:57 - In reply to message 1 from etmerde
Thanks) i'm happy that my app is usefull for people)
about errors output:
Errors output must be set in application not in class.