Urls Helpers
URL Example:
Code: Code for URL Segmant 3: url_segmant(3) URL: http://domain.com/helpers/url/test Output: test Code for URL Segmant 3 with default Value: url_default(3,"my default value") URL: http://domain.com/helpers/url Output: my defualt value
URL Anchor Name:
Code: url_anchor_name("This is a title Test") Output: this-is-a-title-test