View Single Post
  #2 (permalink)  
Old 04-30-2008, 02:21 PM
Elemental's Avatar
Elemental Elemental is offline
Senior Member
 
Join Date: Jul 2007
Posts: 119
Default

Unless you setup a custom route http://zxc.com/userId/34kjklnkj4k3jn will route to the user-idController.

You need to include the controller and action in your url, http://zxc.com/auth/register/userId/34kjklnkj4k3jn or something similar. Then userId will be in the params array and getParam will find it.
__________________
Zend Framework Resources: Zend Webinars | Reference Manual | API Docs | Books | FreeNode: #zftalk
Getting Started Tutorials: Getting started with ZF | Getting started with Zend Auth
Reply With Quote