Menu

web.framework / News: Recent posts

web.framework version 1.0.0 is released

web.framework version 1.0.0 for PHP 5 has been released. This release includes new features, including:
- advanced validators
- good integration with web.template (wt-call block)
- integration with other template system (you can use template as view)
- many small corrects and new features.

With this release, web.framework provides: - action and action-chains
- calls to other 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
- advanced validators
- simple client side validators (JavaScript)
- support for DB configuration in framework configuration
- support for template systems (by default drivers for web.template and Smarty)
- good integration with web.template (wt-call block)
- integration with other template system (you can use template as view)
- router - for simple support for nice URL and generate proper URL addresses
- token - you can now check for reload/resend form by user
- authorization frame - you can now integrate your authorization classes/functions with web.framework and configuration file
- AJAX
- DB support (for PDO, ADOdb and web.db - I suggest using PDO)
- DB session handler... read more

Posted by Marcin Staniszczak 2006-07-25

Next release soon - sorry for delay

I still working at new web.framework release. It’s almost finished – I must only finished LoginChecker in AdvancedTesters. Sorry for delay, but at home I have only one computer and 3-person witch want to use it. So when I have free time (I have many free time;-) not always I can work at web.framework. Now I collect same money for notebook, when I buy it, I probably can work faster – you can donate me, or web.framework project (Thanks!).... read more

Posted by Marcin Staniszczak 2006-05-09

New web.framework's forum

From today any web.framework’s fan can use new forum (see on top menu). It’s first part of moving this home page to new domain. I planning publish new home page in this mouth, with new web.framework’s release (I almost finished release 1.0).

Best regards,
Marcin Staniszczak

Posted by Marcin Staniszczak 2006-03-14

web.framework 0.9.1 beta released

Hi,

I fix client-side validator's bug in web.framework. From now client-side validator work fine on MSIE browsers. In this release I correct too example20. So you can now download new release and test it.

When you download web.framework and test it, pleas send me response with information about:

* your feeling
* your features propositions
* bugs
* and any other suggestions

Thank and sorry for bugs...... read more

Posted by Marcin Staniszczak 2005-12-30

web.framework 0.9.0 beta released

From now you can now download next beta release of web.framework – 0.9.0. In this release I add same new features, like this:
- simple AJAX library
- DB support (you van choose between PDO, ADOdb, and native web.db – if you van I suggest to use PDO – from PHP 5.1 it’s native OO PHP’s DB interface)
- client-side validator – for now only with two testers (for numbers, and integer – if you have same time, you can write same new testers and send to me – I can add it in next release, and put your name in info.txt file)
- DB session handler (use DB connection initialized by framework)... read more

Posted by Marcin Staniszczak 2005-12-26

web.framework web site

Hi again,

For yesterday you can visit web.framewok’s web site, and use form. Form now it’s simple page, but in future I will be growing. So if you interested web.framework, visit this page
http://webframework.sourceforge.net/ and please register.

Best regards,
Marcin Staniszczak

Posted by Marcin Staniszczak 2005-11-23

0.8.5 beta released

So, you can now download next beta release of web.framework. In this release I add same new features, like this:
- Smarty template system driver
- token support sou now you can in simple way check for reload/resend form form user (see Example 11)
- authorization frame for you own authorization class now you can in simple way integrate your authorization class/functions with web.framework and it's configuration file
- add same new testers for validator if you have any idea for a new tester, pleas send me request info... read more

Posted by Marcin Staniszczak 2005-11-13

Preview of 0.8.5-beta

Probably in next week I publish next beta release with:
- Simple authorization integration support (only frame for authorization made by user I thin, framework must check access to actions, but login/logout/access_level check must be done by user, because any project may require other solution)
- token framework may generate token, and you can use it for check re-send form data
- new testers
- template driver for Smarty... read more

Posted by Marcin Staniszczak 2005-11-02

First official beta release

First beta release was published! You can now download the framework, test it, submit bugs you might find, and contribute any new feature requests you'd like to see.
Now you can also download second package with ten examples.
This release have English comments in source code, but probably I must correct it so if you find language mistake, pleas report it at e-mail address from header comments placed in source codes. ... read more

Posted by Marcin Staniszczak 2005-10-11

First stage of translation finished

First English version of framework are finished. You can get it form CVS I made same functionally modifications. Now I create same simple examples, and rajivanandan_s check my translation. After it I publish first official beta version of web.framework.
You can now download the framework from CVS, test it, submit bugs you might find, and contribute any new feature requests you'd like to see. Every suggestions was very important for us.... read more

Posted by Marcin Staniszczak 2005-10-10