Help for this page

Select Code to Download


  1. or download this
                    interface
    [MAIN Program] <---------> [DATA Module] <---------> data
                            (abstraction layer)
    
  2. or download this
    get_data_as_array()
    set_data_from_array()
    
  3. or download this
    MAIN - to tie it all together
    DATA - to handle data storage and retreival
    MUNGE - to do fancy stuff to the data
    USER_INTERFACE - to make it pretty
    WIDGET - to do all the stuff we forgot elsewhere :-)