diff options
Diffstat (limited to 'user_guide/general/controllers.html')
-rw-r--r-- | user_guide/general/controllers.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html index 72acd9609..a05ee1464 100644 --- a/user_guide/general/controllers.html +++ b/user_guide/general/controllers.html @@ -305,7 +305,7 @@ located here:</p> <p>To call the above controller your URI will look something like this:</p>
-<code>www.your-site.com/index.php/products/shoes/123</code>
+<code>www.your-site.com/index.php/products/shoes/show/123</code>
<p>Each of your sub-folders may contain a default controller which will be
called if the URL contains only the sub-folder. Simply name your default controller as specified in your
|