News Feed
Jobs Feed
Sections




News Archive
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


blog comments powered by Disqus

Similar Posts

Alexei Shuga's Blog: On passing Zend PHP 5.3 exam

Stefan Koopmanschap's Blog: Using git-svn with Symfony2's deps installer

Michelangelo van Dam's Blog: Job Hunting 101

Shawn Stratton's Blog: Accesors and Religion

Smashing Magazine: Cleaning Up The Mess: How To Keep Your Coding Workflow Organized


Community Events











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


functional series symfony2 development community usergroup testing rest interview language release podcast introduction opinion unittest database framework phpunit zendframework2 conference

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