Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion user_guide_src/source/libraries/uri.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,13 @@ to an on-page anchor. Media URI's can make use of them in various other ways.
URI Segments
============

Each section of the path between the slashes is a single segment. The URI class provides a simple way to determine
Each section of the path between the slashes is a single segment.

.. note:: In the case of your site URI, URI Segments mean only the URI path part
relative to the baseURL. If your baseURL contains sub folders, the values
will be different from the current URI path.

The URI class provides a simple way to determine
what the values of the segments are. The segments start at 1 being the furthest left of the path.

.. literalinclude:: uri/023.php
Expand Down