All Questions
Tagged with abstract-class database
1 question
3
votes
2
answers
10k
views
Building a database class in PHP
I wonder if I should write a database class for my application, and if so, how to accomplish it?
Over there on SO, a guy mentioned it should be written as an abstract class. However, I can't ...