atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
440 stars 104 forks source link

Unify App::url() code, convert string page to array early #2108

Closed mvorisek closed 10 months ago

mvorisek commented 10 months ago

The only effective change is when empty or string page starting with ? is passed, then as the string path is empty, current URL page is returned as the URL path part.

extracted from #2095