[Zend] element index

Package indexes

All elements
c d e g i l r z _
_
top
Method __unsetRegistry
primarily for tearDown() in unit tests
c
top
Method compareVersion
Compare the specified ZF $version with the current Zend::VERSION of the ZF.
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
Method exception
Zend::exception() in Zend.php
Return a new exception
Class Constant VERSION
Zend::VERSION in Zend.php
Zend Framework version identification - see compareVersion()
Page Exception.php
Exception.php in Exception.php
g
top
Method get
Zend_Registry::get() in Registry.php
getter method, basically same as offsetGet(), except if the key is not specified, then the entire registry is returned (iterable).
i
top
Method initRegistry
Initialize the registry. Invoking this method more than once will generate an exception.
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 $index is a named value in the registry, or FALSE if $index 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
r
top
Method register
Zend::register() in Zend.php
offsetSet stores $newval at key $index
Method registry
Zend::registry() in Zend.php
registry() retrieves the value stored at an index.
Page Registry.php
Registry.php in Registry.php
z
top
Class Zend
Zend in Zend.php
Utility class for common functions.
Page Zend.php
Zend.php in Zend.php
Class Zend_Exception
Zend_Exception in Exception.php
Class Zend_Registry
Zend_Registry in Registry.php
Zend Framework
c d e g i l r z _