[Catalyst] How to get from
will trillich
will.trillich at serensoft.com
Sun Sep 19 05:48:03 GMT 2010
Ah -- yes indeed, that did the trick. That chain was a bit longer than
I could put together on my own.
Thanks!
On Sat, Sep 18, 2010 at 7:05 PM, Steve Nolte <steve at redanvil.net> wrote:
> Agreed that this is a DBIx::Class question, but I think you want something like:
>
> $self->result_source->schema->resultset('NAME_OF_RESULTSET_YOU_WANT')->find($id)
>
>
> _______________________________________________
> List: Catalyst at 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/
>
More information about the Catalyst
mailing list