[Catalyst] Model API compliance

Mark Blythe list at markblythe.com
Mon Sep 4 20:15:00 CEST 2006


I don't believe Catalyst makes any assumptions about what a given model can
do.  As far as I can tell, the only thing it expects is that a model should
be a sub-class of Catalyst::Model.

On 9/4/06, Rodney Broom <rbroom+catalyst at rbroom.com> wrote:
>
> I'm looking for a doc on what exactly a new model API should implement to
> be compliant with Catalyst as we're considering rolling our own for
> performance and other features. Currently we can use CDBI and DBIx, but we
> wouldn't want to re-implement every aspect of these APIs in order to work
> under Catalyst.
>
> My guess is that no such document yet exists, and that it would be a
> back-compat nightmare to state a limited set of what CDBI/DBIx features
> things like plugins are allowed to use.
>
> ---
> Rodney Broom
>
>
> _______________________________________________
> List: Catalyst at lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060904/4c45e1fe/attachment.htm 


More information about the Catalyst mailing list