|
|
 Cody Leffler | 2013-03-05 10:18:11 |
I'm wondering why you use the procedural within an object(mysqli_* functions)? That seems a bit odd since you're programming with objects.
and
Is this an attempt to make mysqli object oriented? Mysqli can already do this.
Are there any perks of using this wrapper? |
 Cody Leffler | 2013-03-06 02:46:16 - In reply to message 1 from Cody Leffler |
| Please respond? |
 Bennett Stone | 2013-03-25 15:18:59 - In reply to message 2 from Cody Leffler |
| The advantage of using this wrapper is to be able to execute a wide range of queries, within the context of a wrapper, without handling in-page queries |
|