it-all / slimAdmin

A PHP Web Programming Framework with Administration, Based on Slim Micro-Framework and PostgreSQL
MIT License
5 stars 1 forks source link

Switch to PDO #116

Open it-all opened 5 years ago

it-all commented 5 years ago

PDO seems like a more robust DBAL than using the pg_ functions. Plus it will allow (cough) MySQL and other RDBMs.

it-all commented 5 years ago

Then, of course, the project will need a new name. Or a new project :). How about SlimAdmin or phpWebAdmin?

it-all commented 5 years ago

The database and table sniffing queries would have to be updated for any other db type.