From e370a35a97bda85b03dca973e6eaf28343b43219 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Sat, 3 May 2008 14:14:36 +0000 Subject: example error fix --- user_guide/general/controllers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/general') 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:

To call the above controller your URI will look something like this:

-www.your-site.com/index.php/products/shoes/123 +www.your-site.com/index.php/products/shoes/show/123

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 -- cgit v1.2.3-24-g4f1b