mecha-cms / mecha

Minimalist content management system.
https://mecha-cms.com
GNU General Public License v3.0
175 stars 23 forks source link

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

Closed taufik-nurrohman closed 2 years ago

taufik-nurrohman commented 2 years ago

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]));