Hi,
I'm newbie to Symfony, and I'm currently upgrading my project from sf
1.0 to 1.1.
There are a lot of changes in the validation, helpers, request process
with the inclusion of the forms.
Is there an elegante alternative to do the same thing:
//Params is an form array with username and password
$params = $this->getRequestParameter('formVars');
//I would like to know if is a way I can access username without
having to set $params variable?
$this->item = $temp->myFunction (
$params['username']
, $params['password']
);
Best regards!
Paulo Graça
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" 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-devs?hl=en
-~----------~----~----~----~------~----~------~--~---