Hello
i have a litle problem with FormHelper in cake1.2 :P
i have this in my view
<tr>
<td>Año publicación</td>
<td><?= $form->year('year',1970,date('Y'),
2007,array('label'=>false)); ?></td>
</tr>
but the html source is
<td><select name="data[Edition][year_year]"
label=""
id="EditionYearYear">
:S
any idea ?
help pls :D
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---