News Feed
Jobs Feed
Sections




News Archive
TotalPHP:
Using an autoload function to make your life easier
October 02, 2008 @ 08:46:59

On the TotalPHP blog there's a recent post introducing you to a feature in PHP5 that can make life much easier - autoload.

In PHP 5 you can make your life a lot easier by writing an autoload function. This function will automatically load your classes, so you do not need to repeatedly include classes on every page.

Included are examples of it in action - both a simple definition and as it might be used in an application to conditionally load a class from multiple locations.

0 comments voice your opinion now!
autoload function php5 load class


blog comments powered by Disqus

Similar Posts

ThinkPHP Blog: Webapplikationen mit PHP5 und IBM DB2

Tim\'s Blog: Rethinking extract() By Convention

Lorna Mitchell's Blog: Callbacks in PHP

DevShed: Handling Attachments in MIME Email with PHP

Job Posting: Weatherly Technologies (Recruiter) Seeks Senior PHP5 Developer (Northern NJ)


Community Events











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


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

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