1: <?php 2: 3: require_once(__QCUBED_CORE__ .'/codegen/controls/QIntegerTextBoxBase_CodeGenerator.class.php'); 4: 5: class QIntegerTextBox_CodeGenerator extends QIntegerTextBoxBase_CodeGenerator { 6: }