web.framework 0.8.5 has been released (MVC for PHP 5)
Posted: Mon Nov 14, 2005 6:00 pm
Hi,
I want to inform about new release of web.framework - PHP 5 MVC. In this release I added same new feature, like this:
- token – you can now in simple way check for reload/resend form by user
- authorization frame – you can now in simple way integrate your authorization classes/functions with web.framework and configuration file
- driver for Smarty templates system
- same new testers for validators
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
- support for DB configuration in framework configuration
- 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
- 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/
Sorry for my English... By the way – now I write documentation (PDF – write in Open Office) so if anyone wants to help me correct English mistakes, please contact with me (see comments in web.framework sources).
Best regards,
Marcin Staniszczak
I want to inform about new release of web.framework - PHP 5 MVC. In this release I added same new feature, like this:
- token – you can now in simple way check for reload/resend form by user
- authorization frame – you can now in simple way integrate your authorization classes/functions with web.framework and configuration file
- driver for Smarty templates system
- same new testers for validators
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
- support for DB configuration in framework configuration
- 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
- 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/
Sorry for my English... By the way – now I write documentation (PDF – write in Open Office) so if anyone wants to help me correct English mistakes, please contact with me (see comments in web.framework sources).
Best regards,
Marcin Staniszczak