Re: The more I read about MVC, the more confused I get...
Re: The more I read about MVC, the more confused I get...
- Subject: Re: The more I read about MVC, the more confused I get...
- From: Jim Rankin <email@hidden>
- Date: Fri, 13 Jun 2003 20:05:05 -0400
On Thursday, June 12, 2003, at 05:54 PM, Koen van der Drift wrote:
MyDocument: this is the 'modelcontroller' that owns the model, and is
responsible for opening/saving. It is a subclass of NSDocument.
I think you could call this a "persistence layer", as it deals with how
to get data into and out of your objects from more permanent storage
(in this case a file system). Another persistence layer might move
data between objects and a relational database.
So maybe it should be called PMVC?
Peace be with you,
-jimbo
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.