zendframeworkCoordPlugin

Implements \jICoordPlugin

Jelix plugin to use the Zend Framework library

In order not to load Zend at each action, you need to explicitely activate it !

Use the $pluginParams property of the controller Example : public $pluginParams = array('index' => array('zd.active' => true));

package

jelix

Methods

__construct

__construct(array $config) 

Arguments

$config

array

list of configuration parameters

this method is called after the output.

afterProcess() 

Add the ZF library directory to the include_path Include the Zend Loader class to enable the use of Zend_Loader::loadClass()

beforeAction(array $params) : null

Arguments

$params

array

plugin parameters for the current action

Response

null

or jSelectorAct if action should change

this method is called after the execution of the action, and before the output of the response

beforeOutput() 

Properties

config

config : 

Type(s)