Label: plugin

Content with label plugin in Developers (See content from all spaces)
Related Labels: zend_translate, log, language, translate, zend_log, locale, zend_registry, example, registry, zend_locale

Page: Zend_Log plugin using Database and Filter
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 ...
Other labels: zend_log, zend_registry, log, registry, example
Page: Zend_Translate plugin (with caching)
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 ...
Other labels: zend_translate, translate, zend_locale, locale, language