Puneet Varma (Editor)

Web.framework

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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.

References

Web.framework Wikipedia