|
All content with label example.
Related Labels:
tutorials
, database
, plugin
, zend_registry
, registry
, validate
, log
, zend_acl
, form
, zend_cache
, zend_config
, acl
, mailing
, articles
, zend_exception
, zend_log
, demo
, element
, list
External Resources
(Developers)
Most tutorials, articles, and examples are not meant for use with development (Subversion) versions of Zend Framework. Forums German Deutsch http://www.zfforum.de/ Zend Framework Forum English http://www.zfforums.com/ Communauté francophone du ZF French http://www.zf.fr/ Zend ...
|
Tutorials, User Guides, and Examples
(Developers)
following tutorials are provided by users of Zend Framework and are not endorsed by Zend in any way. That disclaimed, most ZF developers should find this content very interesting and useful. Projektaufbau, Konventionen und modulare Verzeichnisstruktur http://fritzthomas.com/zendframework/33howtoteil1projektaufbaukonventionenu ndmodulareverzeichnisstruktur/. by Thomas Fritz ...
|
Using Zend_Acl with a database backend
(Developers)
Introduction This example shows how to implement ZendAcl with a database backend. Roles, Resources and Users are stored in a database and can easily be queried. This ACL implementation uses 5 basic roles and uses ZendAcl inheritance. Firstly, the database tables and initial roles ...
|
Zend_Cache Example
(Developers)
ZendCache interacts with a variety of common caching backends, including APC and Memcached, to make caching both flexible and painless. But when should you use caching? The fact is that almost every website would benefit from increased caching. Let's say ...
|
Zend_Config Example
(Developers)
ZendConfig allows a web application to store basic configuration values. If you like, you can utilize a separate staging environment for testing new development and a production environment for publishing development that has been successfully tested in the staging environment. ; Staging ...
|
Zend_Exception Example
(Developers)
One of the central goals of the framework is robust and complete error handling http://framework.zend.com/roadmap/goals/ that is ESTRICT compliant. If we are meeting that goal, you should never see a hard error you would have to trap in such a way—you will instead ...
|
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_Validate Custom Implementation Example
(Developers)
little object is intended as a canned and generic validator for Zend Framework. It is intended for use with Form Elements, but it should work fairly broadly. The basic need it addresses is to validate that one field value matches another (e.g. password/email and and associated validation ...
|
|
|