Label: plugin

All content with label plugin.
Related Labels: translate , locale , log , example , zend_translate , zend_registry , zend_controller , zend_locale , zend_log , language , registry , template

Zend_Controller_Plugin_Template Proposal .. HAS TO BE REMOVED (Proposers)
ZendControllerPlugin ixti 1.1 14 January 2008: Initial release of proposal 1.2 21 May 2008: Ready for review This plugin will help to use web templates http://en.wikipedia.org/wiki/Webtemplate. Web Template http://en.wikipedia.org/wiki/Webtemplate ...
Zend_Log plugin using Database and Filter (Developers)
example shows how to set up a logging feature in your application. You are able to control the level of logging. Database initialisation $db>query('CREATE TABLE `log` ( `uid` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, `timestamp` VARCHAR(64 ...
Zend_Translate plugin (with caching) (Developers)
code snippet provides a Zend Framework (1.5.0) plugin that will autodetect the browser language setting and make translations available to views via ZendRegistry. MyPluginLanguage class / Requires ZF 1.5.x or above / class MyPluginLanguage extends ZendControllerPluginAbstract { public function preDispatch ...