« Return to Thread: MVC - where can I learn more about the "model"?
tfk wrote:Less database (RDBMS)-centric - we use Rest and Xmlrpc in the model very often.
Cheers,
Till
On Tue, May 13, 2008 at 5:58 PM, Wil Sinclair <wil@zend.com> wrote:
> That's not entirely true. Anything in ZF can be a model at this point.
> We will be introducing a model formalism in the future, but we'd like to
> capture the flexibility that many projects require for their models to
> do so.
> Greg is right that the Zend_Db tables are the closest thing we have to a
> database-backed model. Also consider the fact that you can use full ORM
> solutions like Propel and Doctrine for your model as well.
>
> ,Wil
>
>
>
> > -----Original Message-----
> > From: Greg Donald [mailto:gdonald@gmail.com]
> > Sent: Tuesday, May 13, 2008 8:48 AM
> > To: fw-general@lists.zend.com
> > Subject: Re: [fw-general] MVC - where can I learn more about the
> > "model"?
> >
> > On 5/13/08, Rishi Daryanani <rishijd@yahoo.com> wrote:
> > > I have
> > > not yet come across any mention of the "models"
> > > subdirectory.
> > >
> > > Where can I learn more about this and what it's used
> > > for?
> >
> > ZF doesn't have what you may have come to expect as an actual "model"
> > component from other web frameworks. Instead it has Zend_Db and
> > Zend_Db_Table.
> >
> >
« Return to Thread: MVC - where can I learn more about the "model"?
| Free Forum Powered by Nabble | Forum Help |