Stacking Static Classes in PHP
Posted
by Ian
on Stack Overflow
See other posts from Stack Overflow
or by Ian
Published on 2010-01-06T21:35:59Z
Indexed on
2010/04/08
18:03 UTC
Read the original article
Hit count: 327
Is there a way to make a static class where it has another static class as a member?
E.G. Parent_Class::Child_Class::Member_function();
© Stack Overflow or respective owner