We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How to use the $_GET

i want to use $_GET['param'] to get the params



6.9k
Accepted
answer
$this->request->getQuery('param');