2009年4月8日星期三

Re: [fw-db] Zend_Db_Table_Abstract using on view

On Wed, Apr 8, 2009 at 5:29 PM, András Csányi <sayusi.ando@gmail.com> wrote:
> But I want to use some view. I
> thought it will be painless if I'm use Zend_Db_Table_Abstract to
> select data from views.

As far as application code is concerned, views are just like tables.

> At every update and insert operation I will use tables because the
> databases don't know materialized view. If does - maybe Postgres - it
> is difficult very much.

I don't know what materialized views have to do with anything.
Updateble views is what you need. MySQL supports them, and probably
PostgreSQL does too.

Jaka

没有评论: