On Fri, Mar 26, 2010 at 5:50 AM, Tomas Doran <bobtf...@bobtfish.net> wrote:
> > The controller asks the model for some data, and then chooses how to > present that data (whilst the view actually handles the presentation > details. > That means the controllers have to be aware of the view. That is, the controllers have to know what view is going to be used so that it can fetch the data needed for that specific view. Is that what you are saying? -- Bill Moseley mose...@hank.org
_______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/