[email protected] wrote:
> Good morning. I am interested in hearing more about this.
> IMO the best place for your business logic is the controller.
> A view is made out of the html (usually templated with a templating
> system such as template toolkit).
I believe the main suggestion is not to move the logic into another part
of MVC, it's to move it *out* of MVC completely. A well structured
Catalyst application will have MVC for Catalyst that are all just glue
to your applications backend - which should be totally independant of
Catalyst.
--
Oliver Charles / aCiD2
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/