loading method

Sameer Borate's Blog: Simulating Packages in PHP

PHPDeveloper.org  Thu, 11/05/2009 - 07:52

Sameer Borate has a new post to his blog looking at the idea of simulating the idea of packages that several other languages have (like Java) with similar functionality to use them.


 

DevShed: Working Out of the Object Context to Build Loader Apps ...

PHPDeveloper.org  Fri, 06/26/2009 - 06:56

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.