On Monday, August 13, 2007, Christian Schaefer wrote:
>  or at least shadow the installation with a
> patched class that is just visible to one single project?
If you find the appropriate class in the symfony install, you can copy it from 
that directory into your projects directory with the same path.  Make your 
modifications, clear your cache, and symfony will use that file instead of 
the default install.

For example: I needed to make some modifications to sfFillinForm to make it 
output XHTML instead of HTML.  I found the file in 
~/symfony/lib/util/sfFillinForm.class.php and copied it over to 
~/project/lib/util/sfFillinForm.class.php with my modifications.

Hope this helps.

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