MyLibrary::Core


NAME

MyLibrary - a database-driven website application for libraries


SYNOPSIS

  use MyLibrary::Core;


DESCRIPTION

MyLibrary is a set of object-oriented Perl modules designed to facilitate I/O against a specific, underlying database structure. At its heart, the database contains a table for information resources, and this table is described, for the most part, using Dublin Core. The database also contains tables for creating a controlled vocabulary of your own design. This controlled vocabulary, in the shape of facets and terms, are used to describe and classify the items in the resources table.

These modules facilitate the normal get and set methods found in other database interfaces. The modules also facilitate various find methods allowing you to extract sets of information resources. the developer is expected to loop through these sets of data and output them in format so desired which might include HTML, XML, plain text, etc.

Using these modules the developer could:

To get started, read the PODs for MyLibrary::Facet, MyLibrary::Term, and MyLibrary::Resource.


AUTHORS

 MyLibrary::Core