[Zend] element index

Package indexes

All elements
d e i l r z _
_
top
Variable $_registry
Zend::$_registry in Zend.php
Object registry provides storage for shared objects
Method __construct
Singleton Pattern
d
top
Method dump
Zend::dump() in Zend.php
Debug helper function. This is a wrapper for var_dump() that adds the <pre /> tags, cleans up newlines and indents, and runs htmlentities() before output.
e
top
Page Exception.php
Exception.php in Exception.php
i
top
Method isReadable
Zend::isReadable() in Zend.php
Returns TRUE if the $filename is readable, or FALSE otherwise. This function uses the PHP include_path, where PHP's is_readable() does not.
Method isRegistered
Returns TRUE if the $name is a named object in the registry, or FALSE if $name was not found in the registry.
l
top
Method loadClass
Zend::loadClass() in Zend.php
Loads a class from a PHP file. The filename must be formatted as "$class.php".
Method loadFile
Zend::loadFile() in Zend.php
Loads a PHP file. This is a wrapper for PHP's include() function.
Method loadInterface
Loads an interface from a PHP file. The filename must be formatted as "$interface.php".
r
top
Method register
Zend::register() in Zend.php
Registers a shared object.
Method registry
Zend::registry() in Zend.php
Retrieves a registered shared object, where $name is the registered name of the object to retrieve.
z
top
Class Zend
Zend in Zend.php
Utility class for common functions.
Class Zend_Exception
Zend_Exception in Exception.php
Page Zend.php
Zend.php in Zend.php
d e i l r z _