$this->getValue() and $this->getValues() should do the job.

Regards,
Saša Stamenković


On Mon, Apr 5, 2010 at 11:47 PM, eduardocury <[email protected]> wrote:

>
> Hello, is there any way to get the values inside the form after populate it
> ?
>
> e.g:
> $myForm= new Default_Form_MyForm;
> $myForm->populate(array(my_data_here));
>
> And then inside the form to retrieve these values was populated?
>
>
> class Default_Form_MyForm extends Zend_Form {
>
> // here i want to retrieve my populated data
>
> }
>
> Is it possible?
>
> Thanks
> --
> View this message in context:
> http://n4.nabble.com/Zend-Form-get-populated-values-tp1752149p1752149.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>

Reply via email to