From e3817a3d5edcca29e21b3c2f4292abae80070b2b Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 5 Sep 2006 03:30:46 +0000 Subject: --- user_guide/general/controllers.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'user_guide/general/controllers.html') 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:

www.your-site.com/index.php/products/shoes/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 +application/config/routes.php file

+ +

Code Igniter also permits you to remap your URIs using its URI Routing feature. +

Class Constructors

-- cgit v1.2.3-24-g4f1b