> Why would it affect the URL? POST requests always pass parameters in the
> request itself, not in the URL...
>
We don't really care ... to Symfony, POST is just a value for a
paramater called "sf_method".
Then, the parameters, from POST or GET or whatever, can be get with
getParamater($name).
Like you can use $_REQUEST[$name] for PHP to get POST or GET paramater.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---