| 
| 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 | 
|---|
|  | 
  etmerde - 2008-07-14 08:13:58Very 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 :-)
  etmerde - 2008-07-14 08:15:32 - In reply to message 1 from etmerdeAnd please, initialize your variables before you use it !
  Andrey Nikishaev - 2008-07-14 15:53:57 - In reply to message 1 from etmerdeThanks) i'm happy that my app is usefull for people)about errors output:
 Errors output must be set in application not in class.
 
 
 |