Development

#2679 (Documentation Update)

You must first sign up to be able to contribute.

Ticket #2679 (assigned documentation)

Opened 1 year ago

Last modified 3 months ago

Documentation Update

Reported by: Paul.Markovich Assigned to: Pascal.Borreli (accepted)
Priority: minor Milestone:
Component: other Version: 1.0.9
Keywords: Cc:
Qualification: Design decision

Description

Add the last line show here to Chapter 10 forms, listing 10-27 to make it clearer.

converters:         # Converters to apply
  htmlentities:     [first_name, comments]
  htmlspecialchars: [comments]
  my_function:      [comments]  # add your custom functions to config/config.php


Change History

12/20/07 14:42:05 changed by Pascal.Borreli

  • owner changed from fabien to Pascal.Borreli.
  • status changed from new to assigned.
  • qualification changed from Unreviewed to Design decision.

Does the real place of a custom converter is config/config.php, i doubt.

But yes, informing people that it's possible to specify a custom converter is a good idea.

I let the ticket to Design Decision.

09/04/08 22:31:24 changed by fabien

  • type changed from enhancement to documentation.