예제 #1
0
  </tr>
  <tr>
    <td>
    	<table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td colspan="9" style="height:10px;"></td>
          </tr>
          <tr>
            <td style="width:20px;"></td>
            <td>
				<strong>Serviço:</strong><br />
                <select name="busca_id_servico" id="busca_id_servico" style="width:200px;" class="form_estilo">
                    <option value="">Todos</option>
                    <?php 
$ServicoDAO = new ServicoDAO();
$servico = $ServicoDAO->carregarCombo();
$select = '';
foreach ($servico as $s => $serv) {
    $select .= '<option value="' . $serv->id_servico . '" ';
    $select .= $busca_id_servico == $serv->id_servico ? 'selected="selected"' : '';
    $select .= '>' . ucwords(trim(strtolower($serv->descricao))) . '</option>';
    ?>
                    <?php 
}
echo $select;
?>
                </select> 
            </td>
            <td style="width:10px;"></td>
            <td>
 				<strong>Ordem:</strong><br />