Why do you want to have an individual database for each company? Simply relating the entries in a few key tables for each distinct part of the application to unique fk identifiers for each company should suit?
Steve Daniels P.S. Multiple databases is possible. Search the archives and the snippets IIRC. On 23/10/2007, Allan Andal <[EMAIL PROTECTED]> wrote: > > Any suggestion on how to implement an on-demand model (application > service provider) in symfony? > > Im developing an ERP application (hr, accounting, invoicing, > warehousing/inventory and crm) using single database while hr, > accounting, invoicing, warehousing/inventory and crm are defined as an > application using project-wide models/entities, the long term goal is > to develop the system in ASP model. Im using sfGuardPlugin where i > modified the sfGuardPermission to add per application/per module > permissions. > > I tried multiple database using propel but i cannot make it work. I > was thinking to implement one company-one database so when a user logs > in, the system will change its database depending on the logged in > user's company. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
