Hi all! i have 1 question about Put parameters in url.
in phalcon url format ex: https://domainname/controller/action/uid=2 (uid is parameter)
then web server will execute and return info of user. But i want to put parameter via url: https://domainname/uid=2?? So can i do it! can show me!thank you