Darkroom Finally Launched
I’ve been working hard getting Darkroom and the Darkroom Website up and running, but it’s all finally done, and open to the public.
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?