[Koha-bugs] [Bug 13905] Wrapping DBIx count inside Koha Object

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 25 14:50:22 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13905

--- Comment #1 from Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi> ---
Created attachment 37215
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37215&action=edit
Bug 13905 - Wrapping DBIx count inside Koha Object

DBIx::Class::ResultSet has a handy method count() to see how many results this
prepared ResultSet would return.

This is hidden by the Koha::Object.

This patch adds a wrapper for the count() method inside the Koha::Object, so it
is nicely available for all subclasses.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list