When I started working on projects in PHP/MySQL I found my self writing the same bits of code over and over again to connect, update, debug what was going on with my database.
About a year ago now I came across this class by Micah Carrick, shared.
I started using it and since then have never looked back, it is simple, but extremely useful. Felt as if it was made for me.
So yesterday when I started on a project that will involve usage to SQLite, I instantly started to miss the MySQL class I had been using all this time.
So I decided it would be worth investing a little time in modifying Micah Carrick's class to support SQLite databases. That way I can work the same way I have been for a while now with MySQL in SQLite.
Brilliant. An SQLite class for PHP just like Micah Carrick's MySQL class for PHP.
Click here to Download it Zipped up. I am satisfied it is complete, but just in case, look out for updates here.
Stuff (Tag: sqlite)
SQLite Class for PHP
By Rick Vause
Tagged: php, mysql, sqlite