From 1082bddc0c065895a3b39607cb930f5a101f54fb Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 27 Aug 2006 19:32:02 +0000 Subject: --- user_guide/general/controllers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/general/controllers.html') diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html index b45b5aef7..4dc94cba6 100644 --- a/user_guide/general/controllers.html +++ b/user_guide/general/controllers.html @@ -212,7 +212,7 @@ specifying any URI segments you'll see your Hello World message by default.

Simply create folders within your application/controllers directory and place your controller classes within them.

-

Note:  When using this feature the first segment or your URI must specify the folder. For example, lets say you have a controller +

Note:  When using this feature the first segment of your URI must specify the folder. For example, lets say you have a controller located here:

application/controllers/products/shoes.php -- cgit v1.2.3-24-g4f1b