Hi,
I would like Phalcon to pass parameters in the URL as GET values, e.g:
https://localhost/www/phalconproject/tests/index/name/dew/id/28
would trigger the indexAction funciton in the TestsController.php, and pass: name => dew id => 29
as get values. Is this possible?
I am migrating to Phalcon from Yii, where this was standard, which is why I need it. I tried figuring it out with the Routers documentation, but could'nt figure it out.
Thanks for your help! Alex