PHP in Action Rotating Header Image

Posts Tagged ‘Object-Oriented’

Real programming with PHP 5.3 (part 4): A more realistic example

Image by hartboy via Flickr My previous example in part 2 was just “hello world”, so I’m going to try for something more like the real world. You may find this example unusual, but it does work. I took the PageRange class I used in my July 2007 php|architect article and converted it to the [...]