Duting my search in the code I found this line
if (!sfConfig::get('sf_compat_10') && false !== $i = array_search
('Form', $helpers))
which removes Form from helpers array if sf_compat_10 is not set ,
why ?On Jul 31, 6:45 am, ahmed-araby <[email protected]> wrote: > Hi all, > I really want to know what does sf_compat_10 do in the application in > specific ? > and if it affects the application performance ? > > Also how to add helpers in every template in the application ? > I knew that I can add them to settings.yml but have to enable > sf_compat_10 , is there's any other tricks ? > Thanks Alot --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
