View Single Post
  #1 (permalink)  
Old 04-30-2008, 03:32 AM
keenlio keenlio is offline
Junior Member
 
Join Date: Apr 2008
Posts: 5
Exclamation How to read parameters from URL in ZF?

Hi, some one please help me with this.

I build a web system with ZF, when user sign up, will need to activate via email that the system send out with parameter in the url such as "http://zxc.com/userId/34kjklnkj4k3jn" , userId is the parameter and "34kjklnkj4k3jn" is the value.

How I can read the parameter from the page? Consider my page have no class or function which $this->_request->getParam('userId); is not working.

Thank you
Reply With Quote