[fw-general] DataMapper questions from Quickstart

2009-06-03 Thread Andrew Ballard
I have been looking over the data mapper pattern used in the current Quickstart. I like the separation of the data model from the storage, but I have a question. In the guestbook model, setId() and setCreated() are declared public. I realize this is necessary in the example because the values are

Re: [fw-general] DataMapper questions from Quickstart

2009-06-03 Thread Matthew Weier O'Phinney
-- Andrew Ballard aball...@gmail.com wrote (on Wednesday, 03 June 2009, 09:47 AM -0400): I have been looking over the data mapper pattern used in the current Quickstart. I like the separation of the data model from the storage, but I have a question. In the guestbook model, setId() and

Re: [fw-general] DataMapper questions from Quickstart

2009-06-03 Thread micah
Andrew Ballard wrote: I have been looking over the data mapper pattern used in the current Quickstart. I like the separation of the data model from the storage, but I have a question. In the guestbook model, setId() and setCreated() are declared public. I realize this is necessary in the

Re: [fw-general] DataMapper questions from Quickstart

2009-06-03 Thread Matthew Weier O'Phinney
-- mi...@onshore.com mi...@onshore.com wrote (on Wednesday, 03 June 2009, 02:13 PM -0500): Andrew Ballard wrote: I have been looking over the data mapper pattern used in the current Quickstart. I like the separation of the data model from the storage, but I have a question. In the

Re: [fw-general] DataMapper questions from Quickstart

2009-06-03 Thread keith Pope
2009/6/3 Matthew Weier O'Phinney matt...@zend.com: -- mi...@onshore.com mi...@onshore.com wrote (on Wednesday, 03 June 2009, 02:13 PM -0500): Andrew Ballard wrote: I have been looking over the data mapper pattern used in the current Quickstart. I like the separation of the data model from

Re: [fw-general] DataMapper questions from Quickstart

2009-06-03 Thread Andrew Ballard
On Wed, Jun 3, 2009 at 2:34 PM, Matthew Weier O'Phinney matt...@zend.com wrote: -- Andrew Ballard aball...@gmail.com wrote (on Wednesday, 03 June 2009, 09:47 AM -0400): I have been looking over the data mapper pattern used in the current Quickstart. I like the separation of the data model from

Re: [fw-general] DataMapper questions from Quickstart

2009-06-03 Thread Andrew Ballard
On Wed, Jun 3, 2009 at 5:23 PM, keith Pope mute.p...@googlemail.com wrote: 2009/6/3 Matthew Weier O'Phinney matt...@zend.com: -- mi...@onshore.com mi...@onshore.com wrote (on Wednesday, 03 June 2009, 02:13 PM -0500): Andrew Ballard wrote: I have been looking over the data mapper pattern used