Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Object-Oriented Programming Through Design Patterns
Sep 21, 2006 @ 13:11:47

DevShed ramps up another new series today with this new article giving developers a look at working with object-oriented programming through the eyes of design patterns. It's another excerpt from the George Schlossnagle book "Advanced PHP Programming".

This chapter provides an overview of the advanced OO features now available in PHP. Some of the examples developed here will be used throughout the rest of this book and will hopefully serve as a demonstration that certain problems really benefit from the OO approach.

The article lays down the foundation for the more complex information to come. It introduces object-oriented programming briefly, and talks about some of the handy features of it - like inheritance, static attributes and methods.

tagged: object oriented programming design patterns tutorial inheritance static object oriented programming design patterns tutorial inheritance static

Link:


Trending Topics: