You can copy the old helper file (FormHelper.php and/or DateFormHelper.php) on /lib/helper and use the old style.
Anyway, I recommend you to use the new framework form, but if tou have a lot of code from 1.0 this can help. On 19 nov, 09:24, deepak <[email protected]> wrote: > Hi > > I am using symfony 1.4.6. > > There is a requirement where I have to use date fields i.e. three > fields date,month,year. > > Is there any tag which I can use to produce the date field in my view > files? like it was in symfony 1.0 suh as > > echo input_date_tag('date', null, array('rich' => true)); > > or > > <?php echo select_day_tag('day', 1, 'include_custom=Choose a day') ?> > etc. > > NOTE: I am not using symfony forms framework instead its normal html > form written in view files. > > Hopefully I make some sense here. > > Thanks -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en
