Autoload

Crell - October 3, 2008 - 05:43

The autoload module is a utility module. It allows other modules to leverage PHP 5's class autoloading capabilities in a unified fashion. It does, naturally, require PHP 5.1.2 or later.

You do not need this module unless you are developing a module that makes use of classes or you are installing a module that depends on this one.

Drupal 7's integrated self-learning code registry is far better than this module anyway, so this module will never be ported to Drupal 7. Drupal 6 is the only version that will be supported, but the code conventions used by this module will make moving to Drupal 7 easier for class-using modules.

See the included README.txt file for information on how to use this module in your own modules.

NOTE: Remember to clear all caches in your module's hook_enable() if your module relies on autoload. Autoload information is cached and your class may not be found if the autoload cache is not cleared.

Releases

Official releasesDateSizeLinksStatus
6.x-1.32009-Mar-178.63 KBRecommended for 6.xThis is currently the recommended release for 6.x.


 
 

Drupal is a registered trademark of Dries Buytaert.