X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FDocMap.pod;h=b6eaa25aeaf6c23a7a65556f702156f22dba30fd;hb=4f90e9f81ee3fc1ed1a145c15a1676674c0c54b2;hp=86a605058e08d1e29f1cbc8bb9b53759a8dc7e6a;hpb=550a5cb0355ab53c8bf16be8bdca290b2858b4dd;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 86a6050..b6eaa25 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -1,4 +1,6 @@ -=head1 NAME DBIx::Class::Manual::DocMap - What documentation do we have? +=head1 NAME + +DBIx::Class::Manual::DocMap - What documentation do we have? =head1 Manuals @@ -6,59 +8,55 @@ =item L - User's Manual overview. -=item L - Introduction to setting up and using DBIx::Class. +=item L - Up and running with DBIC in 10 minutes. -=item L - Full example Schema. +=item L - More detailed introduction to setting up and using DBIx::Class. -=item L - Various short recipes on how to do things. +=item L - How to use DBIx::Class if you know SQL (external, available on CPAN) -=item L - What to do if things go wrong (diagnostics of known error messages). +=item L - Joining tables with DBIx::Class. -=item L - How to write your own DBIx::Class components. +=item L - A boatload of DBIx::Class features with links to respective documentation. =item L - What do all those terms mean? -=back - -=head1 Setting up - -=over 4 - -=item L - Overall schemas, and connection container. - -=item L - Source/Table definition functions. +=item L - Various short recipes on how to do things. -=item L - Simple relationships. +=item L - Frequently Asked Questions, gathered from IRC and the mailing list. -=item L - Relationship details. +=item L - What to do if things go wrong (diagnostics of known error messages). -=item L - Magically retrieve auto-incrementing fields. +=back -=item L - Set of standard components. +=head1 Some essential reference documentation -=item L - ? +The first two list items are the most important. -=item L - Making objects out of your columns. +=over 4 -=item L - Dealing with primary keys. +=item L - Selecting and manipulating sets. -=item L - Turns the resultsource into a table. +The DSL (mini-language) for query composition is only partially explained there, +see L for the complete details. -=item L - Accessor grouping. +=item L::Result::C<$resultclass>|DBIx::Class::Manual::ResultClass> +- Classes representing a single result (row) from a DB query. +Such classes normally subclass L, the methods inherited +from L and +L +are used most often. -=back +=item L - Perform operations on a single column of a ResultSet. -=head1 Retrieving and creating data - -=over 4 +=item L - Source/Table definition functions. -=item L - Selecting and manipulating sets. +=item L - Overall sources, and connection container. -=item L - Dealing with actual data. +=item L - Simple relationship declarations. -=item L - Virtual methods for all storage types. +=item L - Relationship declaration details. -=item L - Storage using L and L. +=item L - Making objects out of your column values. -=back \ No newline at end of file +=back