Re: [Components] MmvTools requirements and design

2008-06-25 Thread Joe Kepley
and provide the request and result objects. * At what point are output filters run? -- Joe Kepley Director of Development - Blend Interactive, Inc. http://www.blendinteractive.com - 136 S. Dakota Avenue Sioux Falls, SD 57104 o: 605.334.7077 m

Re: [Components] [MvcTools] Input Validation separated from Controller

2008-06-25 Thread Joe Kepley
the current spec, though, I think that it would be pretty each to write custom subclasses for RequestParser, Controller, and an input filter that implements this behavior. -- Joe Kepley Director of Development - Blend Interactive, Inc. http://www.blendinteractive.com

Re: [Components] [MvcTools] Current points to discuss

2008-06-24 Thread Joe Kepley
2) Should all the GET/POST variables be mixed together? yes GET variables should be used for view selection, or maybe selection of the data to display, while POST data should be used for modifications. I wouldn't like that those semantic differences between thse two data arrays are

Re: [Components] [MvcTools] Current points to discuss

2008-06-23 Thread Joe Kepley
-- 0) How should view methods be implemented? In factories/singletons, it should be easy to port to Template extensions -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components -- Joe Kepley Director of Development - Blend