diff options
author | Melvin Lammerts <melvin@12k.nl> | 2013-01-23 22:46:16 +0100 |
---|---|---|
committer | Melvin Lammerts <melvin@12k.nl> | 2013-01-23 22:46:16 +0100 |
commit | 3b1e6e677a1c558f1ab99f8cfde9b766fffa648d (patch) | |
tree | 6a9827e9ba04dbb818e804dc2ad7825de8f15cef /user_guide_src/source/helpers | |
parent | 3f7445d366706b969946b2e1923edf82074716b8 (diff) |
Removed slash from URI helper doc
In my current projects I don't see '/controller/method' but 'controller/method' when calling uri_string().
Diffstat (limited to 'user_guide_src/source/helpers')
-rw-r--r-- | user_guide_src/source/helpers/url_helper.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/helpers/url_helper.rst b/user_guide_src/source/helpers/url_helper.rst index 5b8fa5f44..0afa7efd8 100644 --- a/user_guide_src/source/helpers/url_helper.rst +++ b/user_guide_src/source/helpers/url_helper.rst @@ -110,7 +110,7 @@ For example, if your URL was this:: The function would return:: - /blog/comments/123 + blog/comments/123 This function is an alias for ``CI_Config::uri_string()``. For more info, please see the :doc:`Config Library <../libraries/config>` documentation. @@ -380,4 +380,4 @@ engine purposes. The default Response Code is 302. The third parameter is will *automatically* be selected when the page is currently accessed via POST and HTTP/1.1 is used. -.. important:: This function will terminate script execution.
\ No newline at end of file +.. important:: This function will terminate script execution. |