Version 5 of ATWF

Updated 2010-04-02 15:06:54 by apw

ATWF stands for A Tcl Web Framework or Arnulf's Tcl Web Framework

It is the start of an Implementation of the collection of ideas for a web framework to be found here: ToW Tcl on WebFreeWay


apw 2010-04-02 I have implemented the Db layer for it and it uses tdbc from kbk for connecting to/ working with databases and I have reimplemented a big part of Db package of the php Zend Framework [L1 ] in Tcl in the last 2 weeks. Simple selects/inserts/updates/deletes are now running, but there is still a lot of work in debugging and testing that part. The syntax for using the interfaces is identical to the Zend Framework. For generating web pages I will use Templates and subst the substify proc from jcw.

The implementation is done with itcl-ng.

Stay tuned.