|
All content with label example+zend_registry.
Related Labels:
tutorials
, database
, plugin
, zend
, registry
, validate
, log
, form
, zend_acl
, zend_cache
, zend_config
, acl
, mailing
, articles
, zend_exception
, zend_log
, demo
, element
, list
( - example
, - zend_registry
)
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 ...
|
|
|