-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Updated the MysqliDb.php file to work with php 5.3+ #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Updated the MysqliDb.php file to work with php 5.3+ be removing call by reference and adding a refValues method.
Oliver, No worries, that fine with me. This was just a tool used for learning about MySQLi and DB wrappers. I used it in a few small projects but I generally use a framework like CI for large PHP projects. Nothing wrong with keeping it up to date though, I've had a good amount of people using it and still asking about it. Josh Campbell | Ajillion | 417.631.2473 | [email protected] On Oct 30, 2012, at 10:06 AM, Oliver Bayes-Shelton [email protected] wrote:
|
Updated the MysqliDb.php file to work with php 5.3+
Ah cool, well let's hope someone get's some use out of the new merge. Thanks :) Sent from my iPhone On 30 Oct 2012, at 03:11 PM, Josh Campbell [email protected] wrote:
|
Updated the MysqliDb.php file to work with php 5.3+ be removing call by reference and adding a refValues method.
Let me know if you feel these are changes are useful.
Sorry if it is in master and not dev I just did a straight fork and push