Development

#3268 (wrong function names in DateFormHelper examples)

You must first sign up to be able to contribute.

Ticket #3268 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

wrong function names in DateFormHelper examples

Reported by: stunami Assigned to: fabien
Priority: minor Milestone: 1.0.14
Component: helpers Version: 1.0.12
Keywords: DateFormHelper Cc:
Qualification: Unreviewed

Description

All the examples for the DateForm? helper use submit_<name> rather than select_<name>.

http://www.symfony-project.org/api/1_0/DateFormHelper#method_select_month_tag

submit_datetime_tag, select_month_tag

Example....

echo submit_year_tag('year', null, array('year_start' => $year_start, 'year_end' => $year_end));

should be

echo select_year_tag('year', null, array('year_start' => $year_start, 'year_end' => $year_end));

Change History

05/04/08 09:30:23 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [8765]) fixed phpdoc in DateFormHelper? (closes #3268)

05/04/08 09:30:55 changed by fabien

  • milestone set to 1.0.14.

in r8766

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.