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 |
|---|
__construct(array $config)
arraylist of configuration parameters
afterProcess()
beforeAction(array $params) : null
arrayplugin parameters for the current action
nullor jSelectorAct if action should change
beforeOutput()
config :