Just wondering if there's a way for a controller to use $this->_getParam()
directly to get a POST datum which itself is within an array. Like with a
subform for example. So if you have $_POST['person']['email'] can you get at
the email in one _getParam() call? Or do you have to

     $person = $this->_getParam('person') ;

and then work with $person['email'] ?





-- 
Support real health care reform:
http://phimg.org/

--
David Mintz
http://davidmintz.org/

Reply via email to