Jelix 1.6.40

zendframeworkCoordPlugin
in package
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));

Interfaces, Classes and Traits

jICoordPlugin
interface that should implement all coordinator plugins

Table of Contents

$config  : mixed
__construct()  : mixed
afterProcess()  : mixed
this method is called after the output.
beforeAction()  : null
Add the ZF library directory to the include_path Include the Zend Loader class to enable the use of Zend_Loader::loadClass()
beforeOutput()  : mixed
this method is called after the execution of the action, and before the output of the response

Properties

Methods

__construct()

public __construct(array<string|int, mixed> $config) : mixed
Parameters
$config : array<string|int, mixed>

list of configuration parameters

Return values
mixed —

afterProcess()

this method is called after the output.

public afterProcess() : mixed
Return values
mixed —

beforeAction()

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

public beforeAction(mixed $params) : null
Parameters
$params : mixed

plugin parameters for the current action

Return values
null —

or jSelectorAct if action should change

beforeOutput()

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

public beforeOutput() : mixed
Return values
mixed —

Search results