Is Database Abstraction Really Worth The Hassle?
I’ve been building web apps for a long time now, I guess about 5 years. In the early days, database abstraction didn’t “exist”. Everyone just used the functions provided in the standard PHP library such as mysql_connect, mysql_query, etc. At some point, we as developers decided this wasn’t good enough. We needed an easier and […]
03 Oct 2007 Chris comments off