DBIx::Class, in all likelihood, will be the real solution.  As the author of
C4::Table, I still think it is cool, easy to use and relatively tight, but
it's unfinished, and there won't be a real need for it once we have
DBIx::Class involved.

--Joe

On Thu, Nov 13, 2008 at 4:59 AM, Rick Welykochy <[EMAIL PROTECTED]> wrote:

> 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