Tagged Questions
3
votes
3answers
3k views
Packages in PHP?
Is it possible to create packages of related class and have the same protected and private fields which are visible only to classes from the same package? Basically, the same type of packages as what ...