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.
 
 
 

23 lines
886 B

<?php
require(__DATAGEN_META_CONTROLS__ . '/TrackingNumberDataGridGen.class.php');
/**
* This is the "Meta" DataGrid customizable subclass for the List functionality
* of the TrackingNumber class. This code-generated class extends
* from the generated Meta DataGrid class which contains a QDataGrid class which
* can be used by any QForm or QPanel, listing a collection of TrackingNumber
* objects. It includes functionality to perform pagination and sorting on columns.
*
* To take advantage of some (or all) of these control objects, you
* must create an instance of this DataGrid in a QForm or QPanel.
*
* This file is intended to be modified. Subsequent code regenerations will NOT modify
* or overwrite this file.
*
* @package Quinta CMS
* @subpackage MetaControls
*
*/
class TrackingNumberDataGrid extends TrackingNumberDataGridGen {
}
?>