Código: Selecionar todos
<!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
{if $smarty.get.op == "aluguel"}
{$imovel_a_alugar=SIM}
{$imovel_a_vender=NAO}
{else}
{$imovel_a_alugar=NAO}
{$imovel_a_vender=SIM}
{/if}
{imoveis_busca imoveis_a_alugar={$imovel_a_alugar} imoveis_a_vender={$imovel_a_vender} tipo_de_imoveis={BuscaConcatenaArray nome='tipo'} cidades={BuscaConcatenaArray nome='cidades'} bairros={BuscaConcatenaArray nome='bairros'} aluguel_registros=0 vendas_registros=0 registros_aleatorio=0 quartos_minimo=0 suites_minimo=0 banheiros_minimo=0 garagens_minimo=0 imovel_codigo=0 imovel_pasta='' imovel_uf='' valor_maximo=0 array_de_retorno='imoveis_busca'}
<br />
{foreach $imoveis_busca as $rs}
{strip}
Codigo: {$rs.codigo}<br />
Tipo: {$rs.tipo}<br />
Cidade: {$rs.cidade}<br />
Bairro: {$rs.bairro}<br /><br />
{/strip}
{/foreach}
</body>
</html>