Subject: | Some reasons why i don't recommend... |
Summary: | Package rating comment |
Messages: | 1 |
Author: | Ilias Elkor |
Date: | 2017-07-21 01:17:44 |
|
|
|
Ilias Elkor rated this package as follows:
Utility: | Bad |
Consistency: | Not sure |
Documentation: | Sufficient |
|
Ilias Elkor - 2017-07-21 01:17:44
Some reasons why i don't recommend this class in its current state:
- Using deprecated construction method (which will no longer be valid come next PHP version)
- Not using prepared statements for database insertion, making the class extremely unsafe against SQL injection
|