0

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!

4

1 回答 1

2

我不知道 ZF2,但是在 ZF 中没有创建表的抽象。

如果你改变主意not possible我可以建议你教义2

于 2011-05-12T07:18:09.517 回答