Development

#1719 (Must use helper DateForm, not Date)

You must first sign up to be able to contribute.

Ticket #1719 (closed documentation: fixed)

Opened 6 years ago

Last modified 6 years ago

Must use helper DateForm, not Date

Reported by: Florian.Batschi Assigned to: fabien
Priority: minor Milestone: 1.0.4
Component: other Version: 1.0.2
Keywords: DateForm select year Cc:
Qualification:

Description

http://www.symfony-project.com/book/trunk/10-Forms Listing 10-3 says you must use helper Date to make use of functions like select_year_tag(). It must be

<?php use_helper('DateForm') ?>

otherwise you will get a select_year_tag() unknown error

Change History

06/09/07 09:58:12 changed by fabien

  • milestone set to 1.0.4.

06/09/07 09:58:46 changed by fabien

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

(In [4186]) doc: fixed various typos (closes #1832, #1831, #1830, #1738, #1719, #1640)

06/09/07 09:59:11 changed by fabien

(In [4187]) doc: fixed various typos (closes #1832, #1831, #1830, #1738, #1719, #1640)