fuel / core

Fuel PHP Framework - The core of the Fuel v1 framework
http://fuelphp.com
803 stars 337 forks source link

Need feature Mysqli info #2053

Open Arpple opened 7 years ago

Arpple commented 7 years ago

I think we should add more detail to result from the query using this mysql_info

WanWizard commented 7 years ago

The drivers need to implement a generic interface, which makes this kind of platform dependent calls very difficult to integrate. You can access the driver instance, so you can always call the method yourself if your app doesn't need platform portability.