Coat::Persistent::Meta.3pm

Langue: en

Version: 2008-10-14 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Coat::Persistent::Meta -- meta-information for Coat::Persistent objects

DESCRIPTION

The purpose of this class is to translate Model information into SQL information. Coat::Persistent uses this class to store and retreive meta-information about models and their database-related properties.

This class provides accessors (setters and getters) for each meta-information it handles.

These are the supported meta-information:

table_name : The table name associated to the model
primary_key : The column in the table used as primary key

SEE ALSO

Coat::Persistent

AUTHOR

This module was written by Alexis Sukrieh <sukria@cpan.org>. Copyright 2007-2008 by Alexis Sukrieh.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.