About PhpWF(wd)
PhpWF is a small object oriented library written in PHP suitable to realize web pages and (specifically) web applications.
The purpose of this library is to mitigate the weight of write boring and repetitive html code, leaving the coder to concentrate on
higher level programming efforts.
The library allow to create "web widgets" wich can be reused many times; elementary widgets assembled
allow the realization of more and more complex objects; widgets can be enhanced with css and javascript "properties".
Is provided also an embedded AJAX functionality to design highly interactive pages,or instead you can use your preferred AJAX libary.
News
04-13-2008
PhpWF 0.6.2 released
This update correct some bug and add some parameter to objects;
see RELNOTES file for details.
The next release will focus on the javascript/AJAX embedded functions and on build a tutorial.
11-21-2007
PhpWF 0.6.1 released
This is an update wich correct some bug and add some parameter to objects; see RELNOTES file for details.
10-12-2007
PhpWF 0.6.0 released
This version is a completely rewritten library respect to old versions. All the code
is modified although some ideas was taken from the previous code,hence this can be traken
as a completely new library respect PhpWF 0.4.x and 0.5.x, INCOMPATIBLE FROM PREVIOUS VERSIONS.
Considered the poor quality of the old library, IS STRONGLY RECOMMENDED TO START USING THIS
NEW VERSION, leaving old phpwf releases as a shining example of (buggy) spaghetti-code.