Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. *** vista getMunicipio
  2.  
  3. <?php
  4. echo select_tag(array("alumno.municipio_id",
  5. 'order' => 'idmunicipio',
  6. 'Municipio', 'option' => 'municipio',
  7. 'conditions' => "identidad = $entidad_id",
  8. 'include_blank' => 'Seleccione...'));
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement