[Zend] element index

Package indexes

All elements
d i l r z
d
top
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.
i
top
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.
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
loadClass
Zend::loadClass() in Zend.php
Loads a class from a PHP file. The filename must be formatted as "$class.php".
loadFile
Zend::loadFile() in Zend.php
Loads a PHP file. This is a wrapper for PHP's include() function.
loadInterface
Loads an interface from a PHP file. The filename must be formatted as "$interface.php".
r
top
register
Zend::register() in Zend.php
Registers a shared object.
registry
Zend::registry() in Zend.php
Retrieves a registered shared object, where $name is the registered name of the object to retrieve.
z
top
Zend
Zend in Zend.php
Utility class for common functions.
Zend.php
Zend.php in Zend.php
d i l r z