DESCR 353 B

12345678910
  1. DataObject performs 2 tasks:
  2. 1. Builds SQL statements based on the objects vars and the builder
  3. methods.
  4. 2. acts as a datastore for a table row.
  5. The core class is designed to be extended for each of your tables so
  6. that you put the data logic inside the data classes. included is a
  7. Generator to make your configuration files and your base classes.