Chris Cormack a écrit :
> Hi all
>
> Just wanted to bring to the community's attention the fact that
> Rosalie Blake (the Head librarian at Horowhenua Library trust, and a
> massive reason why Koha exists) was just awarded a lianza fellowship.
>
> Lianza is the Library and Information association o
Salvete!
>Just wanted to bring to the community's attention the fact that
>Rosalie Blake (the Head librarian at Horowhenua Library trust, and a
>massive reason why Koha exists) was just awarded a lianza fellowship.
>
>Lianza is the Library and Information association of NZ Aotearoa, and
>a fellows
Koha's DB interfacing in C4 is very procedural and full of repetitive code
for basic table operations. We haven't enforced a strict naming
convention, or an argument style, so the result is predictably confusing.
The arguments are frequently recognized by position, so you have to remember
which i
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->ne