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 <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED] > > Sent: Tuesday, May 13, 2008 8:48 AM > > To: [email protected] > > Subject: Re: [fw-general] MVC - where can I learn more about the > > "model"? > > > > On 5/13/08, Rishi Daryanani <[EMAIL PROTECTED]> 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. > > > >
