How to get parameters from below url
domain.com/admin/edit/12
I want to access this value (12) in edit function.
I searched around but didn't found any inbuilt solution in zend framework. Even in other framework it works easily. Like in codeIgnitor it works as segment and function parameter.