findAll(array(), array('uf' => $_GET['uf']), array('nome' => 'ASC')); // Adiciona "INSTITUIÇÃO NÃO CADASTRADA" nos resultados. $iesUf = array_merge($iesUf, array($iesMapper->find(array('ies' => 9999999)))); header('Content-type: text/xml'); echo '' . PHP_EOL; echo '' . PHP_EOL; foreach ($iesUf as $ies) { echo sprintf(' %s', $ies->id, htmlspecialchars($ies->nome)) . PHP_EOL; } echo '';