Development

#1691 (docs: customize helpers)

You must first sign up to be able to contribute.

Ticket #1691 (new documentation)

Opened 1 year ago

Last modified 1 year ago

docs: customize helpers

Reported by: Markus.Staab Assigned to: fabien
Priority: minor Milestone:
Component: helpers Version:
Keywords: Cc:
Qualification:

Description

chapter: http://www.symfony-project.com/book/trunk/07-Inside-the-View-Layer#Adding%20Your%20Own%20Helpers

there should be a hint, that it is possible to extend a symfony helper by defining a file called as the helpter to extend and start the file with the following statement:

require_once('symfony/helper/NumberHelper.php');

see for example: http://www.symfony-project.com/snippets/snippet/167

Change History

06/09/07 09:48:22 changed by fabien

  • milestone changed from 1.0.3 to 1.0.4.

06/10/07 11:04:17 changed by fabien

  • milestone deleted.