A php way to simple class aggregation
posted: November 30th, 2004 · by: Sven
Well designed OOP is all about code reuse, robustness and self-containment. But a programmer who’s played around with an OOP language longer than a few hours will soon notice that things are not that simple as beginners are being told by OOP tutorials. This article is about a php way of achieving a clean separation of code and enabling the programmer to plug & play classes into others at the same time.
Read the rest of this entry