Wtx ~ Wt Extension Library
WtxLib
How to make a new Wtx Dbo site

Steps to building a new table with Wtx;

  1. create Definition.h
  2. create Template.h
  3. create Item.h/cpp

The purpose of Item.cpp is to simply create the actual database 'item' since the Template doesn't have enough of a shell to hold anything, it's just a suggestion of a class and it's content. the item.cpp device actually brings the template in to being. The reason the item and the template are separated, is because if the system needs to be expanded in any way, the expansion occurs from the template. This renders the item.cpp content down to a simple place holder for the dbo objects.