[Catalyst] Shoot out -- Catalyst / RoR / Other MVC apps --

Matija Grabnar matija at serverflow.com
Tue May 8 20:09:55 GMT 2007


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.



More information about the Catalyst mailing list