Timeline for Class for database connections in PHP
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 18, 2018 at 20:15 | vote | accept | twodee | ||
| Aug 15, 2016 at 20:34 | comment | added | vfsoraki |
Don't do that. This class is just a mysqli, with another interface. The simplest purpose of a wrapper should be that you can change the underlying implementation later, and you can't do that with this. Search for simple ORMs or query builders, they will help you better.
|
|
| Aug 15, 2016 at 10:11 | answer | added | tim | timeline score: 2 | |
| Aug 14, 2016 at 17:17 | history | edited | Jamal | CC BY-SA 3.0 |
added 10 characters in body; edited title
|
| Aug 14, 2016 at 17:07 | history | asked | twodee | CC BY-SA 3.0 |