Development

Changeset 10728

You must first sign up to be able to contribute.

Changeset 10728

Show
Ignore:
Timestamp:
08/07/08 08:47:46 (4 months ago)
Author:
fabien
Message:

[doc] [1.1, 1.2] fixed typo (closes #4142)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.1/book/09-Links-and-the-Routing-System.txt

    r10605 r10728  
    646646------------------------------ 
    647647 
    648 If you need to retrieve information about the current route--for instance, to prepare a future "back to page xxx" link--you should use the methods of the `sfPattenrRouting` object. The URIs returned by the `getCurrentInternalUri()` method can be used in a call to a `link_to()` helper, as shown in Listing 9-25. 
     648If you need to retrieve information about the current route--for instance, to prepare a future "back to page xxx" link--you should use the methods of the `sfPatternRouting` object. The URIs returned by the `getCurrentInternalUri()` method can be used in a call to a `link_to()` helper, as shown in Listing 9-25. 
    649649 
    650650Listing 9-25 - Using `sfRouting` to Get Information About the Current Route 
  • doc/branches/1.2/book/09-Links-and-the-Routing-System.txt

    r10605 r10728  
    646646------------------------------ 
    647647 
    648 If you need to retrieve information about the current route--for instance, to prepare a future "back to page xxx" link--you should use the methods of the `sfPattenrRouting` object. The URIs returned by the `getCurrentInternalUri()` method can be used in a call to a `link_to()` helper, as shown in Listing 9-25. 
     648If you need to retrieve information about the current route--for instance, to prepare a future "back to page xxx" link--you should use the methods of the `sfPatternRouting` object. The URIs returned by the `getCurrentInternalUri()` method can be used in a call to a `link_to()` helper, as shown in Listing 9-25. 
    649649 
    650650Listing 9-25 - Using `sfRouting` to Get Information About the Current Route