On 31.10.2009, at 21:06, jaime wrote:
> > Now I'm doing a project using Symfony 1.3 with Doctrine 1.2. > > I'm very worried about if it will be possible to migrate this work to > Symfony 2.0 and Doctrine 2.0. > > With PHP 5.3 many things surely will change and Symfony 2.0 surely > will be a very different framework. But also Symfony 2.0 will be a > very good improvement, because of that I'll like to then upgrade to > it. > > Specifically I'm worried because I use a lot of column aggregation > inheritance and I don't see it in the inheritance provided in Doctrine > 2.0. > > Please someone could tell my if it will be possible this migration > and specifically if all my database model will be able to export to a > model make with Doctrine 2.0. well .. it will be possible .. the amount of work required? hard to tell. at any rate in terms of Doctrine i do not think that the structure of your current database should be source of worry. for one Doctrine 2 will be more flexible than Doctrine 1. Furthermore with using model classes and DQL you have abstracted things .. so you can either extend Doctrine 2 to behave like Doctrine 1 .. or alternatively you can modify the structure of the data to match the default algorithms provided in Doctrine 2. either way on the model level inheritance should be have similar. regards, Lukas Kahwe Smith [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
