ZNF
From Wikipedia, the free encyclopedia
This article may not meet the notability guidelines for products and services. If you are familiar with the subject matter, please expand or rewrite the article to establish its notability. The best way to address this concern is to reference published, third-party sources about the subject. If notability cannot be established, the article is more likely to be considered for redirection, merge or ultimately deletion, per Wikipedia:Guide to deletion. This article has been tagged since March 2008. |
ZNF is a framework for developing PHP5 web applications. It was originally based on the Apache Struts project of the Apache Software Foundation.
The project was started in late 2004 by Alessandro Rossini and Graziano Liberati.
The core of the ZNF framework is a flexible control layer based on standard technologies like PHP5 and XML. ZNF encourages application architectures based on the Model 2 approach, a variation of the classic Model-View-Controller design paradigm.
ZNF provides its own controller component and integrates with other technologies to provide the model and the view. For the model, ZNF can interact with standard data access technologies, like PDO and PEAR::MDB2. For the view, ZNF works well with Smarty template engine and XSL Transformations.
ZNF is free software, distributed under the terms of the GNU Lesser General Public License v2.
[edit] Features
- Customizable front controller
- XML configurations to define handling of run-time events
- Authorization
- Input filtering and validation
- Localization
- Themes
- Transparent caching engine
- Remote components
- Model integration with PDO and PEAR::MDB2
- View integration with Smarty template engine and XSL Transformations
- Capability to run in a E_STRICT environment
- PEAR channel