PHP5 Class Visibility

Beware: Visibility works on a per class basis and does not prevent instances of the same class from accessing each others protected/private properties/members! I consider this a real cop out from an OO perspective and doesn’t offer me any level comfort.

Related posts:

  1. PHP5 OOP must haves
  2. PHP5.1.4 Segfault Woes

Leave a Reply

Your email address will not be published. Required fields are marked *

*