View Single Post
  #1 (permalink)  
Old 06-04-2008, 06:00 PM
piumaz piumaz is offline
Junior Member
 
Join Date: Jun 2008
Posts: 2
Default How can i read the $_POST and $_GET variables???

Sorry, but my English is not good!

How can i read the $_POST and $_GET variables?
In the controller i can use this code:
$this->_getParam( 'myparams');

But...how does in a Zend_Dd_Table or in another class?

I'm becoming crazy!
Thank you.
Reply With Quote