mecha-cms / mecha

Minimalist content management system.

Home Page:https://mecha-cms.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove `&`, `/` and `#` Character Option from URL Function(s)

taufik-nurrohman opened this issue · comments

URL class should only hold the data. To replace & output with & for example, we would do that after the data is received:

echo From::HTML($url->query(['baz => 1]));