|
| ||||||||||||||||
relative_to is not passed in, it will return a URI that
is absolute or that begins with a slash.
By convention, a fluid variable named relative_to may be
available. To use that variable, pass in the string:
"fluid.relative_to"
Returns a string including those parts of the uri that have their args true.
The parameters of include_protocol, include_folder, include_name, include_extension
all default to true.
You can make as many false as you like.
If include_protocol is the only true one, no :// will be included in the result.
If include_container is the only true one, it WILL end with a slash.
If include_name is the only true one, it will not have a slash on the beginning or end.
If include_extension is the only true one, no dot prefix will be included in the result.
© Copyright 2007 Clear Methods, Inc.