From 10c3f41cbe5bd3bb66fd106cc9fb171ffcc7364b Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 8 Oct 2006 07:21:12 +0000 Subject: --- user_guide/general/routing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/general/routing.html') diff --git a/user_guide/general/routing.html b/user_guide/general/routing.html index 270fac2a3..44b1eb0b7 100644 --- a/user_guide/general/routing.html +++ b/user_guide/general/routing.html @@ -33,7 +33,7 @@ window.onload = function() {
- +

Code Igniter User Guide Version 1.5.0

Code Igniter User Guide Version 1.5.0b1

@@ -79,7 +79,7 @@ www.your-site.com/product/3/
www.your-site.com/product/4/

-

Normally the second segment of the URL is reserved for the function name, but in the example above, it instead has a product ID. +

Normally the second segment of the URL is reserved for the function name, but in the example above it instead has a product ID. To overcome this, Code Igniter allows you to remap the URI handler.

-- cgit v1.2.3-24-g4f1b