select
is being loaded by $view->montarComboAreasNoticia()
, what I'm wanting is that I create a session
to save the option I chose when I go back to the select
selection page.
Code :
<select name="FArea" id="select2">
<option value="0">
<?=translate("Todas")?>
</option>
<?$view->montarComboAreasNoticia(); ?>
</select>'