From: Jesse Sheidlower Date: Wed, 27 Apr 2005 02:57:32 +0000 (+0000) Subject: tweaks to C::M::CDBI::Plain docs; added Plain to C::Manual::Plugins X-Git-Tag: 5.7099_04~1424 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=386777dc6439f150392cbca5da094803296d3640 tweaks to C::M::CDBI::Plain docs; added Plain to C::Manual::Plugins --- diff --git a/lib/Catalyst/Manual/Plugins.pod b/lib/Catalyst/Manual/Plugins.pod index edcec20..ccf04df 100644 --- a/lib/Catalyst/Manual/Plugins.pod +++ b/lib/Catalyst/Manual/Plugins.pod @@ -98,6 +98,15 @@ is built on top of C, which automates the definition of C sub-classes by scanning the underlying table schemas, setting up columns and primary keys. +=head2 Catalyst::Model::CDBI::Plain + +L is a neutral interface to the +C module, which does not attempt to automate table +setup. It allows the user to manually set up C +classes, either by doing so within the Catalyst model classes +themselves, or by inheriting from existing C +classes. + =head2 Catalyst::Model::CDBI::CRUD L is a subclass of