How to get Url parameters in Zend Model, Form or any other Classes

ex: url - http://www.example.com/token/TK_15ada12sada1245ad
 
  Then you can get the token value using the following function.
 
  $token =    Zend_Controller_Front::getInstance()->getRequest()->getParam('token');