News Feed
Jobs Feed
Sections




News Archive
Volker Dusch's Blog:
Autoloading for legacy, non-framework projects
March 09, 2011 @ 12:02:06

In his latest post Volker looks at something he sees more and more projected implementing as a simple way to not have to manually define paths all over their applications - creating autoloaders. His post shows how to create one such autoloader for a legacy, non-framework type of project.

The first argument usually is "ease of use". It can get pretty annoying when you have to clutter your whole application with "require this file here and that file over there" statements. [...] The main motivation for autoloading usually is "getting rid of all the require statements and the problems resulting from forgetting one at one point where you don't notice it because on your machine it worked.

In some projects you're lucky enough to have class name to file name mapping to make it simpler. His project didn't have that, so he needed a way around it. His answer came in the PHP Autoload Builder tool - a handy command line script that works through your code and builds an index of sorts you can refer to for the correct class-to-file map.

0 comments voice your opinion now!
autoloader classmap phpautoloadbuilder tutorial


blog comments powered by Disqus

Similar Posts

DevShed: PHP Programs to Prevent MySQL Injection or HTML Form Abuse

Juozas Kaziukenas' Blog: Web scraping with PHP and XPath

Debuggable Blog: Installing PHP5.3 via MacPorts

Gergely Hodicska's Blog: What's new in PHP 5.3 - part 1: namespaces

Gary Hokin: An Introduction to Zend Framework 2 for the Zend Framework 1 Developer - Part 1


Community Events











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


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

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