[Koha-devel] [PATCH] C4::Table - A simple OO database abstraction layer.

Paul POULAIN paul.poulain at free.fr
Tue Nov 4 18:43:41 CET 2008


Joe Atzberger a écrit :
> The purpose of Table is to provide all the basic functionality that
> is reimplemented multiple times throughout Koha for each DB table.
> This code is considered experimental and does not yet supplant any
> production code.  Please examine and test, like:
>     use C4::Table;
>     my $table = C4::Table->new("borrowers");
>     my $set = $table->select({surname=>"Smith", sort=>"branchcode,firstname"});

Hi Joe,

do we agree that it doesn't mean there will be those statements in Perl 
? I think having all Perl in C4/*.pm is a good way. So, this C4::Table 
will be used in .pm. agreed ?

-- 
Paul POULAIN
http://www.biblibre.com
Expert en Logiciels Libres pour l'info-doc
NOUVEAU TELEPHONE : 04 91 81 35 08



More information about the Koha-devel mailing list