Reputation: 445
I'm wondering if there is a solution for creating database models (tables and views) independend from the used DBMS. I'm using Zend Framework at the moment and the abstraction for the basic CRUD operations is really great, but it doesn't provide the abstraction for creating tables and views. I know some ORM Frameworks provide this functionality, but sadly it's not possible to use an ORM in my case.
Thanks!
Upvotes: 0
Views: 324
Reputation: 3565
I don`t know about ZF2, but in ZF there is no abstraction for creating tables.
If you change your mind about not possible
I can advise you doctrine2
Upvotes: 2