Archive for January, 2006

Object-Oriented Graphics Library

Tuesday, January 3rd, 2006

There is a great tutorial on the IBM developerWorks site showing how to build an OO graphics library in PHP5. The goal is to have a library that allows you to work with graphics as objects (lines, rectangles, ovals) rather than as a series of pixels etc. If nothing else it is a nice example of clean OO code in PHP5. Check it out and see what you think.