[Dbix-class] Can I get help composing a query?

Dennis Daupert ddaupert at gmail.com
Fri Apr 24 13:24:49 GMT 2009


On Fri, Apr 24, 2009 at 8:52 AM, Rob Kinyon <rob.kinyon at gmail.com> wrote:

>
> This doesn't do --WHAT-- job? You actually haven't described what it
> is you're attempting to accomplish - no expected results.


Thanks for your reply, Rob. I thought I did. To put it a different way, let
me show  bits from my tt template. These are some of the target data
elements I'm trying to populate:

 [% FOREACH doc IN docs -%]  # docs is contents of $c->stash->{docs}
[% doc.id %]
[% doc.title %]
[% doc.files.doc_id %]
[% doc.files.path %]/[% doc.files.filename %]
[% END %]

/dennis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/dbix-class/attachments/20090424/d05=
28ca7/attachment.htm


More information about the DBIx-Class mailing list