Apr 23, 2008 0
More Elegant Object-Oriented PHP Output of MySQL Data
If you’ve ever had to write a PHP page which displays data from a MySQL query, you’ve run into this problem before:
How do you design a system to elegantly separate database code from display code, and maintain a clean object-oriented structure?
Read the rest of this entry »


