News Feed
Jobs Feed
Sections




News Archive
Stubbles Blog:
Loading classes from the XP-Framework
April 09, 2007 @ 12:22:00

On the Stubbles blog, there's a new post that describes how to load in classes from the XP-Framework into the Stubbles framework.

The following little example uses a so called foreign class loader that is responsible for a given namespace, in this case net.xp_framework. This class loader is registered within the default Stubbles class loader. After that, all classes that reside in the namespace where the foreign class loader is responsible for will be loaded via this class loader.

The method they use is simple - seven lines of code simple. It loads in the class file using the load() functionality of the Stubbles framework making it so it can be called natively after creating an object for it.

0 comments voice your opinion now!
xpframework load class module native object xpframework load class module native object


blog comments powered by Disqus

Similar Posts

David Otton's Blog: PHP Tip: Classes Aren’t Derived From stdClass

LotsOfCode.com: Tag Cloud Tutorial

Cormac's Blog: Read-only object variables in php using magic methods

DevShed: Comparing Files and Databases with PHP Benchmarking Applications

DevShed: Validating Incoming Data by Using Polymorphism with Objects in PHP 5


Community Events











Don't see your event here?
Let us know!


podcast series example code interview introduction functional database development framework api release zendframework2 opinion unittest language testing community phpunit composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework