News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

Test.ical.ly Blog:
PHP 5.3 and the Symfony2 UniversalClassLoader - Where to load?
January 14, 2011 @ 11:21:00

In doing some work on a project of his, Christian came across the need for some autoloading in his libraries. His search lead him to the Symfony autoloading tool the UniversalClassLoader.

I'm not yet sure what is the best approach to use this loader. When I started looking for examples I sent a small tweet which was replied to by Stefan Koopmanschap as he used this class loader in one of his own libraries. What he did is to include the class/namespace registering code in one of the central classes of his library. If you take a look at my code you will see the same approach.

He decides that the library itself shouldn't try to do the autoloading itself. It should always assume that there's something in place to load the files/classes it needs to get the job done. The UniversalClassLoader is prefect for this but, in his option, shouldn't be a part of an application's functionality (see his commit here removing the autoloader).

1 comment voice your opinion now!
symfony2 universalclassloader autoload opinion




Community Events





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


framework phpunit development interview zendframework2 introduction api opinion release unittest voicesoftheelephpant database conference symfony2 testing application podcast community zendframework language

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