News Feed
Jobs Feed
Sections




News Archive
feed this:

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



Community Events











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


composer podcast release series interview zendframework2 language unittest development community introduction code testing conference opinion example tool framework object functional

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