Subject: | Hello, here is my review and opinion. |
Summary: | Package rating comment |
Messages: | 1 |
Author: | David Ferreira |
Date: | 2008-09-18 11:41:04 |
|
|
|
David Ferreira rated this package as follows:
Utility: | Sufficient |
Consistency: | Good |
Documentation: | Good |
|
 David Ferreira - 2008-09-18 11:41:05
Hello, here is my review and opinion. The class source lacks comments, so other programmers can look into it and understand it better. Also you use
addslashes() this function can be tricked into creating a valid multi-byte character instead of escaping the single quote that follows, maybe using mysql_real_escape_string or other lib function can give you a better choice. Also it will be good to have error handling, you are missing it.
Overall: Good work and keep up :-)
|