NAME
Apache::MVC::Model::CDBI - Model class based on Class::DBI
DESCRIPTION
This is a master model class which uses Class::DBI
to do all the hard work of fetching rows and representing them as objects; instead, it concentrates on the actions that can be performed in the URL: do_edit
, delete
and search
.