object context

DevShed: Enhancing a URL Handling Helper Class in PHP 5

PHPDeveloper.org  Tue, 08/11/2009 - 07:37

DevShed continues their look at making helpers in PHP5 classes with this new part of the series - updating their previous URL helper to change it over to a static class.


 

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.