DBIx-Browse
view release on metacpan or search on metacpan
where => 'id = 123 '
});
...etc
=head1 DESCRIPTION
The purpose of DBIx::Browse is to handle the browsing of relational
tables.
DBIx::Browse transparently translates SELECTs, UPDATEs, DELETEs and INSERTs
from the desired "human view" to the values needed for the table. This is the
case when you have related tables (1 to n) where the detail table
has a reference (FOREIGN KEY) to a generic table (i.e. Customers and
Bills) with some index (tipically an integer).
=head1 METHODS
=over 4
=item B<new>
});
...etc
=head1 DESCRIPTION
The purpose of DBIx::Browse::CGI is to handle the browsing of relational
tables with a human-like interface via Web.
DBIx::Browse::CGI transparently translates SELECTs, UPDATEs, DELETEs
and INSERTs from the desired "human view" to the values needed for the
table. This is the case when you have related tables (1 to n) where
the detail table has a reference (FOREIGN KEY) to a generic table
(i.e. Customers and Bills) with some index (tipically an integer).
=head1 METHODS
All the methods inherited from its parent class
(DBIX::Browse(3)) plus the following:
( run in 0.515 second using v1.01-cache-2.11-cpan-0a6323c29d9 )