Development

#4011 (Small error in listing 9-17)

You must first sign up to be able to contribute.

Ticket #4011 (closed documentation: fixed)

Opened 5 months ago

Last modified 5 months ago

Small error in listing 9-17

Reported by: noobinet Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.1.0
Keywords: url_for link_to Cc:
Qualification: Unreviewed

Description

In listing 9-17 it says :

<?php echo url_for('my article', 'article/read?id=123') ?>
 => /article/read/id/123       // Default formatting

The syntax used is the one of the link_to helper, I think it should be :

<?php echo url_for('article/read?id=123') ?>
 => /article/read/id/123       // Default formatting

Change History

07/16/08 18:24:35 changed by Carl.Vondrick

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

(In [10322]) 1.1: fixed typeo (closes #4011)

07/16/08 18:25:25 changed by Carl.Vondrick

(In [10323]) 1.0: fixed type-o (closes #4011)

07/16/08 18:26:25 changed by Carl.Vondrick

(In [10324]) 1.2: fixed type-o (closes #4011)