Web.framework
From Wikipedia, the free encyclopedia
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2009) |
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (February 2009) |
web.framework is an open source web application framework, written in PHP5, which loosely follows the Model-View-Controller paradigm.
[edit] Overview and features
It features actions and action-chains, the ability to call to other actions or action-chains from an action-chain, pre- and post-actions with exceptions, validators for simple check forms, client-side validators, support for DB configuration in framework configuration, DB support (PDO, ADOdb, web.db), support for template systems (such as web.template and Smarty), a router for making URLs nice-looking, tokens, authorization frames, AJAX support, and more.