Is there a way to integrate Zend framework with Doctrine 2 but with an existing database? All the tutorials I read constructed the “Entities” and used them to generate the tables, but I have an up and running database that could be used to generate the models.
I think there is an option to reverse engineer a database schema in Doctrine and generate the corresponding models from it. Just need a simple tutorial to show me how it’s done.
Thanks in advance.
You have information about this process here. It’s not a bullet-proof process, so you’ll probably have to adjust a few things afterwards.