News Feed
Jobs Feed
Sections




News Archive
Jaisen Methai's Blog:
Stop including class files and use __autoload() instead
July 02, 2008 @ 11:11:50

On his blog, Jaisen Methai posted about a very handy feature of PHP5 - the __autoload function.

It's one of the gems in PHP that I find to be relatively under used. It's common for PHP applications to break out classes into their own files. This becomes cumbersome when working on large projects as you wind up with numerous include/require calls for any given page.

He shows an example of its usage (loading class files dynamically from a specified directory) and mentions how it can help to make your code a lot less ugly. Comments on the post range in topics - from comparing it to include paths, how the idea was borrowed from PEAR, and how proper naming conventions can make its use even easier.

2 comments voice your opinion now!
include class file autoload php5 tip


blog comments powered by Disqus

Similar Posts

Developer.com: PHP 5 OOP - Interfaces Abstract Classes and the Adapter Pattern

InformBank.com: How to create Microsoft Office documents on the fly using PHP

Richard Lord's Blog: PHP 5.2 - Nesting level too deep - recursive dependency?

PHP 10.0 Blog: PHP performance tips from Google

Slawek's Blog: Efficient file serving in PHP application with nginx


Community Events











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


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

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