As far as I am aware, the only way to do so would be to create a filter (or build some functionality into the controller) that checks for the user that is logged in and then switch the environment based on that user. You can setup several different environments in the database.yml file and would just need to make sure there is a listing for each user and a listing for all: that would be used as the default.
If you are using the symfony 1.2, you could also build this functionality as a factory. Good Luck! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
