Posts tagged “Partial Classes”
Partial Classes in PHP
One of my favorite features of C# is Partial Classes. For the uninitiated, it is a way of defining a class in two separate locations. Very useful when you have code generation utilities such as LINQ. Unfortunately, PHP has no such feature (though if anyone’s listening it would be a great feature to add to [...]