Version 9 of ATWF

Updated 2010-04-05 07:11:36 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 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. This is mostly the model part of mvc

apw 2010-04-05 I have now implemented a big part of the controller layer also by reimplementing the equivalent sources from php Zend Framework. So now a bigger part of controller of mvc is done (needs still a lot of testing) so the missing part of mvc is the view part (to be done soon).

The implementation is done with itcl-ng.

Stay tuned.