summaryrefslogtreecommitdiffstats
path: root/user_guide/general/controllers.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-05 05:30:46 +0200
committeradmin <devnull@localhost>2006-09-05 05:30:46 +0200
commite3817a3d5edcca29e21b3c2f4292abae80070b2b (patch)
tree910944743d918f381c7ef7e969861ae77a18bb24 /user_guide/general/controllers.html
parenteb2b8199fe2d2f7728e0c88fd68f6e712aba8951 (diff)
Diffstat (limited to 'user_guide/general/controllers.html')
-rw-r--r--user_guide/general/controllers.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html
index 3ea0b61c4..13a007aa0 100644
--- a/user_guide/general/controllers.html
+++ b/user_guide/general/controllers.html
@@ -255,9 +255,15 @@ located here:</p>
<code>www.your-site.com/index.php/products/shoes/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
+<dfn>application/config/routes.php</dfn> file</p>
+
+
<p>Code Igniter also permits you to remap your URIs using its <a href="routing.html">URI Routing</a> feature.
+
<a name="constructors"></a>
<h2>Class Constructors</h2>