Salut

Jurriën Stutterheim vient de proposer son composant Zend_Model, proposant a priori des interfaces et des classes abstraites pour uniformiser dans une certaine mesure la gestion des modèles entre les applications.
Hi everybody,



Last week I wiped the dust off of my Zend_Model proposal and updated it to reflect some ideas that were discussed in #zftalk.dev.
Any comments on it are of course really welcome at this point. You can find the proposal here:


http://framework.zend.com/wiki/pages...n?pageId=41564


To copy/paste a description of what Zend_Model is from the proposal:


Zend Framework provides a powerful Model View Controller (MVC) implementation. The View and the Controller are very well featured in this implementation. However, the Model part is still left largely up to the developer. Zend_Model aims to fill that gap by using some interfaces and optional implementations of those interfaces.

Thanks!




- Jurriën