From: Peter Rabbitson Date: Tue, 5 Mar 2013 05:22:24 +0000 (+0100) Subject: Reorganize and freshen up the DocMap X-Git-Tag: v0.08210~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=54e4be9216e440bd0bd91050c36115d2911fd8a0;hp=06752a03d716bf4b257c448b07cccae4ca519e13;p=dbsrgits%2FDBIx-Class.git Reorganize and freshen up the DocMap It accumulated lots of stuff that is confusing / not relevant for beginners --- diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index c9bd1d8..83c9633 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -12,7 +12,7 @@ DBIx::Class::Manual::DocMap - What documentation do we have? =item L - Full example Schema. -=item L - How to use DBIx::Class if you know SQL (external, available on CPAN) +=item L - How to use DBIx::Class if you know SQL (external, available on CPAN) =item L - What do all those terms mean? @@ -22,50 +22,26 @@ DBIx::Class::Manual::DocMap - What documentation do we have? =item L - What to do if things go wrong (diagnostics of known error messages). -=item L - How to write your own DBIx::Class components. - =back -=head1 Setting up +=head1 Some essential reference documentation =over 4 -=item L - Overall schemas, and connection container. - -=item L - Source/Table definition functions. - -=item L - Simple relationships. - -=item L - Relationship details. - -=item L - Magically retrieve auto-incrementing fields. - -=item L - Set of standard components to load. - -=item L - Making objects out of your columns. - -=item L - Magically turn your datetime or timestamp columns into DateTime objects. +=item L - Representing a single result (row) from a DB query -=item L - Dealing with primary keys. - -=item L - Turns the resultsource into a table. - -=item L - Accessor grouping. - -=back - -=head1 Retrieving and creating data +=item L - Selecting and manipulating sets. -=over 4 +=item L - Perform operations on a single column of a ResultSet. -=item L - Selecting and manipulating sets. +=item L - Source/Table definition functions. -=item L - Perform operations on entire columns of a ResultSet. +=item L - Overall sourcess, and connection container. -=item L - Dealing with actual data. +=item L - Simple relationship declarations. -=item L - Basic Storage stuff. +=item L - Relationship declaration details. -=item L - Storage using L and L. +=item L - Making objects out of your column values. =back