A Qcodo based CMS/ecommerce framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
633 B

12 years ago
  1. This directory contains the web-based drivers for Qcodo's development tools:
  2. * codegen.php - the Qcodo CodeGen web-based driver. It uses the QCodeGen and
  3. related Qcodo codegen libraries to do the bulk of the work. The index.php
  4. file simply instantiates a QCodeGen object, executes the various public
  5. methods on it to do the code generation, and creates a report of its
  6. activities in a nicely formatted HTML page. It uses the codegen_settings.xml
  7. file as the "settings" to use for codegenning.
  8. * (future tools tba)
  9. Feel free to alter the settings, inputs and/or outputs of any of the drivers
  10. as you wish.