web.framework 0.9.1 has been released (MVC for PHP 5)
Posted: Fri Dec 30, 2005 11:25 am
I want to inform about new release of web.framework - PHP 5 MVC. In this release I added same new feature, like this:
So now, web.framework offers:
So, please download framework, test it, submit any bags and features request.
http://sourceforge.net/projects/webframework/
http://webframework.sourceforge.net/
Sorry for my English...
Best regards,
Marcin Staniszczak
- AJAX
- DB support (for PDO, ADOdb and web.db)
- client-side validators
- DB session handler (you can use it if you want)
So now, web.framework offers:
- action and action-chains
- call to another actions/action-chains from action-chain
- pre- and post- actions with exception for (you can exclude same actions/action-chains from pre- or post- actions)
- validators for simple check forms
- client-side validators
- support for DB configuration in framework configuration
- support for DB connections (PDO, ADOdb and web.db - I suggest use PDO if you can
- support for templates system (by default drivers for web.template and Smarty)
- router – for simple support for nice URL and generate proper URL addresses
- token
- authorization frame
- AJAX
- DB session handler (you can use it if you want)
- and same other (you can write your own: configuration parser, validators parser, response class [framework offer by default DefaultResponse and GzipResponse classes], router, session handlers, token generators, testers for validator and so on)
So, please download framework, test it, submit any bags and features request.
http://sourceforge.net/projects/webframework/
http://webframework.sourceforge.net/
Sorry for my English...
Best regards,
Marcin Staniszczak