Joe Atzberger wrote:

> 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"});

So what's it going to be for K3?

C4::Table or DBIx::Class?


-rickw



-- 
_________________________________
Rick Welykochy || Praxis Services

Tis the dream of each programmer before his life is done,
To write three lines of APL and make the damn thing run.
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha.org
http://lists.koha.org/mailman/listinfo/koha-devel

Reply via email to