redirect()
redirect(string $url = null, boolean $fullpath = false)
Redirect to chosen url
Parameters
| string | $url | the url to redirect to |
| boolean | $fullpath | if true use only url in redirect instead of using DIR |
STNC FW
Copyright (c) 2015
Author(s): Selman TUNÇ www.selmantunc.com selmantunc@gmail.com url yani link gibi yonlendirme ile ilgili kodlar bulunur
autolink(string $text, string $custom = null) : string
converts plain text urls into HTML links, second argument will be used as the url label <a href=''>$custom</a>
| string | $text | data containing the text to read |
| string | $custom | if provided, this is used for the link label |
returns the data with links created around urls
generateSafeSlug( $slug) : mixed|string
This function converts and url segment to an safe one, for example: `test name @132` will be converted to `test-name--123` Basicly it works by replacing every character that isn't an letter or an number to an dash sign It will also return all letters in lowercase
| $slug | - The url slug to convert |
LinkTemizle( $url) : string
link içindeki boş olan key değerlerinin sileri
| $url |
** File not found : LinkTemizle(http://smvc.dev/kategori/gida_ve_icecek?page=2&m=&cinsiyet=erkek **