web.framework version 0.9.1 has been released

9
Marcin Staniszczak writes “web.framework version 0.9.1 for PHP 5 has been released. This release includes new features, including:

  • AJAX
  • DB connection support (PDO, ADOdb or web.db)
  • client-side validators
  • DB session handler (you can enable it by configuration file)

With this release, web.framework provides:

  • action and action-chains
  • call to another actions/action-chains from action-chain
  • pre- and post- actions with exceptions (i.e. you can exclude some actions/action-chains from pre- or post- actions)
  • validators for simple check forms
  • client-side validators
  • support for DB configuration in framework configuration
  • DB connection support (PDO, ADOdb or web.db)
  • DB session handler (you can enable it by configuration file)
  • support for template systems (by default drivers for web.template and Smarty)
  • router – for simple support for nice URL and generate proper URL addresses
  • token
  • AJAX
  • authorization frame

Feel free to download the framework, test it and submit any bugs and feature requests.
http://sourceforge.net/projects/webframework/

Link: webframework.sourceforge.net