Slick Rick wrote:
> 1.) In a form, it doesn't look like there is a replacement for 
> form_tag(), do we just use standard html for this?  If so, what's the 
> best way to parse a route into the form action? Is there a 1.1 
> replacement for the url_for() helper function? 

<form action="<?php echo url_for('@route') ?>" method="post">
...
</form>

>  
> 2.) If helpers are deprecated, what is the best way to translate 
> standard text (not form related) in a template?  Typically I'd just use 
> __(), but is there a new non-helper method?

The helpers were planned to be deprecated but there are not in sf 1.1.

So, url_for(), __(), and all other helpers are still the way to go.

Fabien

> 
> -- Ian
> 
> > 

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to