|
|
| |
1. Old Fashioned Code |
|
Reply |
|
|
 Stephen Chapman | 2013-03-04 08:40:11 |
| This sounded really good until I saw that it is using insecure query calls instead of the far more secure prepare/bind calls. Using query loses most of the benefits of mysqli. |
| |
2. Re: Old Fashioned Code |
|
Reply |
|
|
 Raul | 2013-03-04 15:16:30 - In reply to message 1 from Stephen Chapman |
It's just a first version of the class. I'm preparing a new one to update it.
It just gave me a hand to run an urgent projetct.
You can be sure that I will update this class ASAP.
If you doubt it you can see my other database class (for backup). |
|