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.

22 lines
841 B

12 years ago
  1. <?php
  2. require(__DATAGEN_META_CONTROLS__ . '/ModuleDataGridGen.class.php');
  3. /**
  4. * This is the "Meta" DataGrid customizable subclass for the List functionality
  5. * of the Module class. This code-generated class extends
  6. * from the generated Meta DataGrid class which contains a QDataGrid class which
  7. * can be used by any QForm or QPanel, listing a collection of Module
  8. * objects. It includes functionality to perform pagination and sorting on columns.
  9. *
  10. * To take advantage of some (or all) of these control objects, you
  11. * must create an instance of this DataGrid in a QForm or QPanel.
  12. *
  13. * This file is intended to be modified. Subsequent code regenerations will NOT modify
  14. * or overwrite this file.
  15. *
  16. * @package Quasi
  17. * @subpackage MetaControls
  18. *
  19. */
  20. class ModuleDataGrid extends ModuleDataGridGen {
  21. }
  22. ?>