A QCodo powered CMS
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
960 B

  1. <?php
  2. require(__DATAGEN_META_CONTROLS__ . '/ShoppingCartItemMetaControlGen.class.php');
  3. /**
  4. * This is a MetaControl customizable subclass, providing a QForm or QPanel access to event handlers
  5. * and QControls to perform the Create, Edit, and Delete functionality of the
  6. * ShoppingCartItem class. This code-generated class extends from
  7. * the generated MetaControl class, which contains all the basic elements to help a QPanel or QForm
  8. * display an HTML form that can manipulate a single ShoppingCartItem object.
  9. *
  10. * To take advantage of some (or all) of these control objects, you
  11. * must create a new QForm or QPanel which instantiates a ShoppingCartItemMetaControl
  12. * class.
  13. *
  14. * This file is intended to be modified. Subsequent code regenerations will NOT modify
  15. * or overwrite this file.
  16. *
  17. * @package Quinta CMS
  18. * @subpackage MetaControls
  19. */
  20. class ShoppingCartItemMetaControl extends ShoppingCartItemMetaControlGen {
  21. }
  22. ?>