On the Liip blog there's a new post that compares some of the popular PHPDocumentor-formatted comments parsers.
They're looking specifically at the support for interfaces, not just the usual classes and methods.
inheritanceLiip Blog: PHPDoc Compilers and the @inheritdocPHPDeveloper.org Tue, 07/26/2011 - 08:29
On the Liip blog there's a new post that compares some of the popular PHPDocumentor-formatted comments parsers. Brandon Savage's Blog: Five Tips To Make Good Object-Oriented Co...PHPDeveloper.org Wed, 10/28/2009 - 06:58
Brandon Savage has posted a set of five tips on how you can make your object-oriented code work better and be easier to maintain in the long run. WebReference.com: Object Orientated Programming - The beginningPHPDeveloper.org Wed, 10/14/2009 - 06:58
New from WebReference.com there's the first part of a tutorial series looking at working with object-oriented programming in PHP: Tags:
Chance Garcia's Blog: Visibility and inheritancePHPDeveloper.org Wed, 08/12/2009 - 08:40
In this recent post to his blog Chance Garcia looks at visibility and inheritance in PHP applications. How inheritance, encapsulation and polymorphism work in C++Linux Today Wed, 05/20/2009 - 06:03
Alex Linux: "In this article, I would like to give you a short insight into what's going on behind the scenes. In particular we'll see how the three whales of OOP work in C++." |