Changeset 10728
- Timestamp:
- 08/07/08 08:47:46 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.1/book/09-Links-and-the-Routing-System.txt
r10605 r10728 646 646 ------------------------------ 647 647 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 `sfPatte nrRouting` 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.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 `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. 649 649 650 650 Listing 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 646 646 ------------------------------ 647 647 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 `sfPatte nrRouting` 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.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 `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. 649 649 650 650 Listing 9-25 - Using `sfRouting` to Get Information About the Current Route