This works. You can simply call this in your controller and then query the db with the request param. Remember ZF is configured with this URL Mapping
... etcCode:http://www.yourdomain.com/module/controller/param/value/param/value
So you can have as much paramaters as you so desire. Good luck
Code:$request = $this->_request->getParam('id')


LinkBack URL
About LinkBacks



Reply With Quote