PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: dihardja on December 03, 2009, 02:36:15



Title: MVC or MVP ?
Post by: dihardja on December 03, 2009, 02:36:15
Hi,

according to this document,

http://www.wildcrest.com/Potel/Portfolio/mvp.pdf

isn't pureMVC then more an MVP framework than an MVC one ?


daniel


Title: Re: MVC or MVP ?
Post by: puremvc on December 03, 2009, 10:25:56
The MVP diagram in the referenced article should make it clear how it varies from MVC; the view has a one way relationship with the controller which has a one way relationship with the model. In PureMVC, the model can trigger a command or a command can communicate with the view.

-=Cliff>