New on DevShed there's the latest part of a series of tutorials they've written up (fifth of eight) about building automatic loading functionality into your applications.
This time they change up their class to make the their loading function accessible outside of a class object.
To avoid an eventual (and unnecessary) instantiation of the loader class, it would be helpful to declare the mentioned "load()" method static.
Thus, bearing in mind this important concept, in this fifth...
Post new comment