/**
  * This is construct base of the class.
  *
  * A public constructor; initializes the variable $instanceDataBase.
  *
  */
 public function __construct($instanceDataBase)
 {
     parent::__construct($instanceDataBase);
     TypeStructureNotes::setDataOperationBusiness($instanceDataBase);
     TypeStructureNotes::getBusiness();
     TypeStructureNotes::getDescriptionBusiness();
 }
                <input type="file" name="archivo" id="archivo" /> 
            </td>
        </tr>  
         <tr>
                <td>&nbsp; &nbsp; </td>
                <td>
            </td>               
            </tr>
            <tr>
                <td><?php 
Forms::printLabel("Tipo Cuota");
?>
</td>
                <td>
            <?php 
$object = new TypeStructureNotes($db);
$data_type_notes = $object->getListTypeStructureNotes();
$itemsSelect = array();
foreach ($data_type_notes as $item) {
    $itemsSelect[$item['id_type_notes']] = $item['type_structure_notes'];
}
Forms::printInput('SELECT', 'id_type_notes', null, '', array(), $itemsSelect);
?>
              </td>               
            </tr>
            <tr>
            <td><br></td>
            <td></td>
        </tr>
            <TR>
                <td></td>