By submitting PHP Resources you own, or know of, you'll help us build the largest PHP Resource website on the net. Please double check that your resource doesn't already exist before you submit it!!. We thank you for helping make this a better website.
This class is for objects where you want to separate the code for
some methods into separate classes. This is useful if you have a
class with not-frequently-used methods that contain lots of code
that you would like to avoid always parsing.