Zend Framework  1.12
Zend_Loader Namespace Reference

Autoloader

More...

Detailed Description

Autoloader

PSR-0 compliant autoloader.

Defines an interface for classes that may register with the spl_autoload registry.

PluginLoader

Zend_Exception

Exception

Class-map autoloader.

Zend_Loader.

Zend_Loader_Autoloader_Interface.

Autoloader interface.

(http://www.zend.com)

Version
$Id$ http://framework.zend.com/license/new-bsd New BSD License

Autoloader

Resource loader

Zend_Loader_Autoloader_Interface

Autoloader

Autoloader stack and namespace autoloader

Zend_Loader_Autoloader

Autoloader

(http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License

Utilizes class-map files to lookup classfile locations.

(http://www.zend.com) http://framework.zend.com/license/new-bsd New BSD License

Version
$Id$

Allows autoloading both namespaced and vendor-prefixed classes. Class lookups are performed on the filesystem. If a class file for the referenced class is not found, a PHP warning will be raised by include().