Changeset 11079
- Timestamp:
- 08/24/08 13:57:09 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
doc/branches/1.0/book/09-Links-and-the-Routing-System.txt
r10587 r11079 151 151 152 152 prod: 153 .settings 153 .settings: 154 154 no_script_name: off 155 155 … … 330 330 => <a href="/article/read/title/Finance_in_France">my article</a> 331 331 332 If you actually need to keep the GET syntax--to have request parameters passed under the ?key=value form--you should put the variables that need to be forced outside the URL parameter, in the query_stringoption. All the link helpers accept this option, as demonstrated in Listing 9-13.332 If you actually need to keep the GET syntax--to have request parameters passed under the ?key=value form--you should put the variables that need to be forced outside the URL parameter, in the `query_string` option. All the link helpers accept this option, as demonstrated in Listing 9-13. 333 333 334 334 Listing 9-13 - Forcing GET Variables with the `query_string` Option