Hello!
I'm writing an application that needs to count some related objects
[% row.objects.count %] results in "select * from objects"
[% row.objects.scalar.count %] yields an error
[% row.search_related_rs('objects').count %] is UGLY
Do I have any better solution?
Alex.
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/