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.

7 lines
445 B

12 years ago
  1. <div id='CodeGenSettings'>
  2. <?php $_CONTROL->Form->lstTables->RenderWithName(); ?>
  3. <?php $_CONTROL->Form->chkSaveORM->RenderWithName(); ?>
  4. <?php $_CONTROL->Form->chkManualQuerySupport->RenderWithName(); ?>
  5. <?php $_CONTROL->Form->txtAssociationTableIdentifier->RenderWithName(); ?>
  6. <?php $_CONTROL->Form->txtTypeTableIdentifier->RenderWithName(); ?>
  7. <?php $_CONTROL->Form->txtStripFromTableName->RenderWithName(); ?>
  8. </div>