On Apr 10, 6:27 am, Ryan G <[EMAIL PROTECTED]> wrote: > Multiple schemas in terms of Oracle basically means multiple user > accounts, with a different set of tables in each.
Within the same database or does each user have a separate database? I ask because you can define multiple database connections in your databases.yml and all model peer classes generally can take a connection as an optional last parameter. We too have been working with legacy code where we have to work with existing tables but also add new tables for new features (which usually becomes a new database with its own set of tables). This means we have multiple DSNs in config/databases.yml and often use multiple connections (maybe when we have totally replaced the legacy site we can reduce this :-) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
