[EMAIL PROTECTED] wrote:
> $sf_data ['sf_request'] -> getParameter ('email');
>
> but im sure that i'm missing the point since that's an unscaped
> version.....
>
Are you sure it's unescaped? Can you give an example of the output
you're seeing and what you're expecting?
> I did that to:
>
> $sf_data ['sf_request'] -> get ('email');
>
>
> [sfException]
> Call to undefined method sfRequest::get
>
>
Well, this is becaue sfRequest::get() is not a defined method, that's
why the exception says it's undefined ;)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---