public static function selectInstitution()
 {
     $array = new InstituicaoMySqlDAO();
     return $array->queryAllSelect();
 }
<?php

require_once '../../controller/autoloadreload.php';
require_once '../../controller/constantes_inscricao_trabalho.php';
require_once '../../controller/funcoes_ver_trabalho.php';
Login::VerificaLogin();
$curso = new AutorMySqlDAO();
$Instituicao = new InstituicaoMySqlDAO();
$retornoInstituicao = (array) $Instituicao->queryAllSelect();
$retornaCurso = (array) $curso->findAutorCurso($_REQUEST['id']);
$autor_dao = new AutorMySqlDAO();
$trabalhos_autor_principal = $autor_dao->queryTrabalhosAutorPrincipal($_SESSION['authUser']->id);
$trabalhos_autor = $autor_dao->queryTrabalhosCoautor($_SESSION['authUser']->id);
?>
<div id="infoAutor">
    <div style="background-color:#CCDAB4;width:97%;height:18px;padding-top:5px;padding-left:10px;">
      <!--
        <label id="title1" style="font-weight:bold;height:20px;">Cursos em que o autor está matriculado:</label>
      -->
        Cursos em que o autor está matriculado:
    </div>
    <input id="fk_autor" type="hidden"/>
    <table style="margin-top:5px;margin-bottom: 10px;" id="tabelaCurso" >
        <tr style="background-color:#CCDAB4;height:18px;padding-left:10px;width:97%;">
            <td width="320px;" style="padding-left:10px;">Curso</td>
            <td width="160px;" style="padding-left:10px;">Campus</td>
            <td width="120px;" style="padding-left:10px;">Instituição</td></tr>
        <?php 
foreach ($retornaCurso as $value) {
    ?>
            <tr><td><span><?php