Zonk! is a lightweight skeleton Web application framework implementing the hierarchical model-view-controller design pattern (HMVC) made for Apache Web servers running PHP5.
| Tags | PHP framework mvc easy Light Open Source |
|---|---|
| Licenses | GPL v3 |
| Operating Systems | Platform-Independent |
| Implementation | PHP 5 SQL HTML mvc |
| Translations | language-independent |
Recent releases


Release Notes: New features include additional intercepting pre and post filters for controllers, alternative names for controllers and actions (mapping), a view helper class for dynamically creating and manipulation of menus, the getLastInsertId method for models, additional methods for Zonk_Input, and some bug fixes.


Release Notes: Zonk_Auth can now use standard MD5 password encryption with a user salt string. Exception messages have been standardized to constant strings. SQL-related methods have been moved from Zonk_Model to the new class Zonk_Model_Sql with new escape methods. Several enhancements for Zonk_Model. The Zonk Zip file has packages and modules directories for future packages and modules, and a new package for authentication and authorization. New classes: Zonk_AutoLoader, Zonk_Handler_ShutDown, Zonk_Handler_Error, and Zonk_Handler_Exception.


Release Notes: Initial freshmeat announcement.