php-crud-api
php-crud-api copied to clipboard
Support for mysqli, sqlsrv, pgsql and sqlite without PDO
These drivers are supported via PDO. To support Spatialite and other features not properly supported by PDO this issue is opened.
Hi, how I can use this lib with "mysqli" and not PDO? My server supports "mysqli" only.
Hi how i can use this lib with mysqli and not PDO my server support mysqli only
Hi Benito,
Thank you for your +1 on this issue. At the moment you can't use mysqli with this lib, hence this registered enhancement. It would require to rewrite the core database handling to fallback to other drivers (mysqli etc). At the moment this is enhancement is not planned. You may however take a shot at it and do a PR.
Kind regards, Maurits
Hi sir, here I am again. What is the latest version of this lib that can run in PHP 5.6?
The v1 can run but i need the latest stable release of this lib that can run in a php 5 env. Thanks for this amazing lib.
The v1 can run but i need the latest stable release of this lib that can run in php 5 env. Thanks for this amazing lib
Thank you for your kind words. Unfortunately PHP 5 is no longer supported (in v2).