Its not -just- the fact that my Javascript skills aren't as good as my PHP, I -can- code Javascript, but I far prefer re-using dynamically generated Javascript, like through the sfProtoculous helpers, which will be by far more bug free than my potentially far more error-prone handcrafted Javascript.
If I need to I can, its no biggie, but I'd rather not if I don't have to. On Tue, Nov 24, 2009 at 2:56 PM, Massimiliano Arione <[email protected]>wrote: > On 24 Nov, 10:56, Gareth McCumskey <[email protected]> wrote: > > Thanks for the info guys and after going through the documentation on > what > > is going to be deprecated I had another question. > > > > I see that the ajax helpers (remote_function(), link_to_remote(), etc) > are > > deprecated in 1.3. My question is what is replacing this as we use those > > helpers quite extensively in our application (and for good reason :P). If > > its being removed surely there must be a replacement? One of the things I > > liked about symfony was that my Javascript knowledge is no where near as > > good as my PHP and being able to use PHP based function to implement some > > pretty impressive Javascript functionality was a real bonus. > > Believe me: it's not. > Javascript should be always used with Javascript itself, just because > it needs to be separated from HTML context. > Try to learn some Javascript, it's not so hard and you don't need to > start from zero: you can use one of many frameworks (my advice is > jQuery). > > -- > > 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]<symfony-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc -- 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.
