kohana / database

A Kohana module for database interactions, building queries, and prepared statements
http://kohanaframework.org/documentation
158 stars 140 forks source link

MySQLi support for database module #50

Closed zulus closed 11 years ago

zulus commented 11 years ago

In php 5.5 old mysql extension is mareked as deprecated and k3.3 throwing E_DEPRECATED here.

I've copy/paste and refactor for mysqli support.

zeelot commented 11 years ago

Already made a similar change to 3.4/develop but thanks. (can't make these changes in minor releases)