News Feed
Jobs Feed
Sections




Recent Jobs

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.

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



Similar Posts

IBM developerWorks: Use PHP to build a search engine optimization app

AlternateInterior.com: Multi-Threading Strategies in PHP

DevShed: Simulating Events with PHP 5

DevShed: Working with Directory Iterators and Proxy Classes with PHP 5

PHPBuilder.com: What\'s new in PHP 5 and PHP 6


Community Events









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


security doctrine facebook job release developer opinion zend conference codeigniter zendframework microsoft benchmark drupal symfony wordpress windows hiphop extension framework

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