[Zend] element index
Package indexes
Zend_Acl
Zend_Cache
Zend_Config
Zend_Controller
Zend_Date
Zend_Db
Zend_Feed
Zend_Filter
Zend_Gdata
Zend_Http
Zend_Json
Zend_Locale
Zend_Log
Zend_Mail
Zend_Measure
Zend_Mime
Zend_Pdf
Zend_Request
Zend_Search
Zend_Search_Lucene
Zend_Server
Zend_Service
Zend_Session
Zend_Uri
Zend_View
Zend_XmlRpc
All elements
c
d
e
g
i
l
r
z
_
_
top
__unsetRegistry
Zend::__unsetRegistry()
in Zend.php
primarily for tearDown() in unit tests
c
top
compareVersion
Zend::compareVersion()
in Zend.php
Compare the specified ZF $version with the current Zend::VERSION of the ZF.
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.
e
top
exception
Zend::exception()
in Zend.php
Return a new exception
VERSION
Zend::VERSION
in Zend.php
Zend Framework version identification - see compareVersion()
Exception.php
Exception.php
in Exception.php
g
top
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
initRegistry
Zend::initRegistry()
in Zend.php
Initialize the registry. Invoking this method more than once will generate an exception.
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
Zend::isRegistered()
in Zend.php
Returns TRUE if the $index is a named value in the registry, or FALSE if $index 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
Zend::loadInterface()
in Zend.php
Loads an interface from a PHP file
r
top
register
Zend::register()
in Zend.php
offsetSet stores $newval at key $index
registry
Zend::registry()
in Zend.php
registry() retrieves the value stored at an index.
Registry.php
Registry.php
in Registry.php
z
top
Zend
Zend
in Zend.php
Utility class for common functions.
Zend.php
Zend.php
in Zend.php
Zend_Exception
Zend_Exception
in Exception.php
Zend_Registry
Zend_Registry
in Registry.php
Zend Framework
c
d
e
g
i
l
r
z
_