Zend_Model ready for community review

View: New views
4 Messages — Rating Filter:   Alert me  

Zend_Model ready for community review

by Jurriën Stutterheim :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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:


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

Re: Zend_Model ready for community review

by monk.e.boy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Jurriën Stutterheim wrote:
Zend_Model aims to fill that gap by using some  
interfaces and optional implementations of those interfaces.

- Jurriën
How does this make my life easier? What will it do for me?

BTW your link to Zym is broken

Cheers,

monk.e.boy

Re: Zend_Model ready for community review

by Ziv Perry :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Why do anyone needs general model abstraction?
It seems like a "smart" container, but also simple xml element and SPL objects...

Ziv Perry
PHP Team, Zend Technologies

# +972.3.753.9656


Jurriën Stutterheim wrote:
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:


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

Re: [fw-mvc] Zend_Model ready for community review

by Jurriën Stutterheim :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

After much discussion on IRC (which is still going on) I've updated the Model proposal quite a bit.
It's still not finished, as indicated by the question I ask in the proposal, but its starting to take more shape.
The changes are quite significant. There are no more concrete classes and there are only a few interfaces left. As described in the proposal a manual entry concerning models is a very important aspect of this proposal.

Looking forward to your feedback.


- Jurriën


On Jul 14, 2008, at 09:07 , Jurriën Stutterheim wrote:

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:


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