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: What's new in PHP V5.3, Part 5: Upgrading from PHP V5.2

DevShed: Error Handling in PHP - Introducing Exceptions in PHP 5

Nexen.net: Base configuration for PHP 5.2.3

Make Me Pulse: Using the Zend Framework URL rewriting

JSLabs Blog: How to create a php upload progress meter


Community Events









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


wordpress performance opinion podcast sqlserver framework codeigniter zend microsoft symfony zendframework release windows drupal job feature conference extension developer facebook

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