Hello everyone, I'm starting a new project and I'd like some input from the community as to what is the best way to approach this implementation. Here it goes:
The project goal is to automate the client's invoice generation and management (email notifications,etc). The client already has a custom system in place (pure php + mysql) that includes a database of clients and projects and also some basic accounting screens. This new project should interact with these systems that are already in place (i.e. getting client e-mail addresses from the database to send invoices, creating accounting entries when invoices are paid, etc.) As you can expect, their systems are currently a mess of unmanageable code, and I wanted to create the invoicing system using symfony (1.4, doctrine 1.2). Here's where your input is appreciated: how should I go about integrating the new sf-based project with the old database where necessary? So far, my only idea is to duplicate the old database layout in my schema.yml file but I'd like to avoid that since the current db is really, really messy... Any ideas? -- 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.
