From: Simon Cozens Date: Mon, 21 Jun 2004 13:36:03 +0000 (+0000) Subject: Finish the doc for this. X-Git-Tag: 2.10~207 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=4833e0a671268ff2dca37e63099d7acafc8d87d9;hp=9497b573512cd3348e5cdebb2cc07f77f3dc06b4;p=maypole.git Finish the doc for this. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@155 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/lib/Maypole/Model/CDBI/Plain.pm b/lib/Maypole/Model/CDBI/Plain.pm index 0bdee56..05aad18 100644 --- a/lib/Maypole/Model/CDBI/Plain.pm +++ b/lib/Maypole/Model/CDBI/Plain.pm @@ -31,4 +31,8 @@ Maypole::Model::CDBI::Plain - Class::DBI model without ::Loader =head1 DESCRIPTION This module allows you to use Maypole with previously set-up -C classes. +C classes; simply call C with a list reference +of the classes you're going to use, and Maypole will work out the +tables and set up the inheritance relationships as normal. + +=cut