zend_Core Class Reference

Kohana loader class for Zend. More...

Static Public Member Functions

static instance ($class=false)
 Create and return instance of Zend class.
static set_zend_path ($class=false)
 Set include path to zend libraries.

Detailed Description

Kohana loader class for Zend.


Member Function Documentation

static zend_Core::instance ( class = false  )  [static]

Create and return instance of Zend class.

Takes a Zend component/class name as input and tries to find and instantiate it. Example: $db = zend::instance('Db'); Creates an instance of the Zend_Db class and returns it Note that some classes won't be able to call this way since their constructors are protected.

Parameters:
$class string: Class name, case insensitive
Returns:
object on success. false on error
static zend_Core::set_zend_path ( class = false  )  [static]

Set include path to zend libraries.

Parameters:
$class string: Class-name
Returns:
path returned by kohana::find_file on succes. false on error

The documentation for this class was generated from the following file:
 All Data Structures Functions Variables

Generated on 14 May 2013 for ninja by  doxygen 1.6.1