Its generally better as far as I know to use the app.yml file in apps/appname/config rather than defining your own constants with define's
On Mon, Apr 6, 2009 at 6:56 PM, Eno <[email protected]> wrote: > > Im working on upgrading a 1.0 project where defines are being used in > config.php to create constants available globally to all apps and > plugins. Now I could throw all those defines into the setup() method > of the ProjectConfiguration class but Im wondering if there is a > better way - what are the best practices for these kinds of situations? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
