I have a GET URI
/phalcon-dash/change/action/get/c123h%23516466
In ChangeController, I only have this
$params = array('get', 'c123h')
It looks like Phalcon omits everything after #
(%23
is the encoded of #
)
Do I need to do anything to make Phalcon receives everything?