On Tue, 8 May 2007, Perrin Harkins wrote:
The way most people use Rails and Catalyst is somewhat different from the MVC concept. The traditional role of the controller is just to map user input to a method, and nothing more. All of the business logic is supposed to be in the model.
But, thinking back to Catalyst docs, when they talk about constructing a model, they mostly just give you the line that will pull in an existing DBIC set of classes, not how to make your own model that just calls DBIC (or even, doesn't call DBIC at all).
Does anybody know of a place where creating your own model is documented in more detail? I'd like to read it.
_______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
