web.framework is an
open source web application framework, written in
PHP5, which loosely follows the
Model-View-Controller paradigm.
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.