From e334c472fb4be44feec3a73402fc4a2b062cbfc0 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 21 Oct 2006 19:44:22 +0000 Subject: --- user_guide/general/urls.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'user_guide/general/urls.html') diff --git a/user_guide/general/urls.html b/user_guide/general/urls.html index b3b842d46..c90e90f7d 100644 --- a/user_guide/general/urls.html +++ b/user_guide/general/urls.html @@ -12,7 +12,7 @@ @@ -63,7 +63,7 @@ URLS

Code Igniter URLs

-

By default, URLs in Code Igniter are designed to be search-engine and human friendly. Rather than using the standard "query string" +

By default, URLs in Code Igniter are designed to be search-engine and human friendly. Rather than using the standard "query string" approach to URLs that is synonymous with dynamic systems, Code Igniter uses a segment-based approach:

www.your-site.com/news/article/my_article @@ -82,8 +82,8 @@ approach to URLs that is synonymous with dynamic systems, Code Igniter uses a The third, and any additional segments, represent the ID and any variables that will be passed to the controller.

-

The URI Class and the URL Helper -contain functions that make it easy to work with your URI data. In addition, your URLs can be remapped using the +

The URI Class and the URL Helper +contain functions that make it easy to work with your URI data. In addition, your URLs can be remapped using the URI Routing feature for more flexibility.

@@ -136,7 +136,7 @@ be accessible using the "trigger" words you've set to invoke your controllers an index.php?c=controller&m=method

Please note: If you are using query strings you will have to build your own URLs, rather than utilizing -the URL helpers (and other helpers that generate URLs, like some of the form helpers) as these are designed to work with +the URL helpers (and other helpers that generate URLs, like some of the form helpers) as these are designed to work with segment based URLs.

-- cgit v1.2.3-24-g4f1b