[Zend_Loader] element index
Package indexes
Zend_Registry
Zend_Version
Zend_Validate
Zend_Uri
Zend
Zend_Http
Zend_Gdata
All elements
a
e
i
l
r
z
_
_
top
_includeFile
Zend_Loader::_includeFile()
in Loader.php
Attempt to include() the file.
_securityCheck
Zend_Loader::_securityCheck()
in Loader.php
Ensure that filename does not contain exploits
a
top
autoload
Zend_Loader::autoload()
in Loader.php
spl_autoload() suitable implementation for supporting class autoloading.
e
top
explodeIncludePath
Zend_Loader::explodeIncludePath()
in Loader.php
Explode an include path into an array
i
top
isReadable
Zend_Loader::isReadable()
in Loader.php
Returns TRUE if the $filename is readable, or FALSE otherwise.
l
top
loadClass
Zend_Loader::loadClass()
in Loader.php
Loads a class from a PHP file. The filename must be formatted as "$class.php".
Loader.php
Loader.php
in Loader.php
loadFile
Zend_Loader::loadFile()
in Loader.php
Loads a PHP file. This is a wrapper for PHP's include() function.
r
top
registerAutoload
Zend_Loader::registerAutoload()
in Loader.php
Register autoload() with spl_autoload()
z
top
Zend_Loader
Zend_Loader
in Loader.php
Static methods for loading classes and files.
a
e
i
l
r
z
_