[pidget-cvs] pidget README,1.2,1.3
Brought to you by:
lkehresman
From: <lke...@us...> - 2003-09-17 13:57:20
|
Update of /cvsroot/pidget/pidget In directory sc8-pr-cvs1:/tmp/cvs-serv18172 Modified Files: README Log Message: Testing the commit cvs Index: README =================================================================== RCS file: /cvsroot/pidget/pidget/README,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** README 17 Sep 2003 00:20:49 -0000 1.2 --- README 17 Sep 2003 13:57:16 -0000 1.3 *************** *** 1,4 **** README Pidget - The PHP Widget Library ! ======================================================================== --- 1,8 ---- README Pidget - The PHP Widget Library ! ================================================================================ + Pidget is a graphical toolkit that abstracts HTML in PHP5, allowing for a clean + separation of display and logic in applications. Pidget is the same concept + as QT (the C++ graphical toolkit), but for PHP5 and HTML. It provides all the + components necessary to create interactive web applications while encouraging |