i want to use $_GET['param'] to get the params
$this->request->get("param"); or you can use $_GET("param");
https://docs.phalcon.io/en/latest/reference/dispatching.html#preparing-parameters
$this->request->getQuery('param');