X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FDocMap.pod;h=0b4966baf28f42df0074268d068cd62e0de31843;hb=7474ed3b192693baa28d2f52de502f0ec3e8ac4e;hp=507ace726af35e10e620c587087546c3f8f4d5a2;hpb=7e2d47fc8be15c3d144ad78f2929c86341045027;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 507ace7..0b4966b 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -8,58 +8,67 @@ DBIx::Class::Manual::DocMap - What documentation do we have? =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 +=item L - Various short recipes on how to do things. -=head1 Setting up +=item L - Frequently Asked Questions, gathered from IRC and the mailing list. -=over 4 +=item L - What to do if things go wrong (diagnostics of known error messages). -=item L - Overall schemas, and connection container. +=back -=item L - Source/Table definition functions. +=head1 Some essential reference documentation -=item L - Simple relationships. +The first two list items are the most important. -=item L - Relationship details. +=over 4 -=item L - Magically retrieve auto-incrementing fields. +=item L - Selecting and manipulating sets. -=item L - Set of standard components. +The DSL (mini-language) for query composition is only partially explained there, +see L for the complete details. -=item L - ? +=item L::Result::C<$resultclass>|DBIx::Class::Manual::ResultClass> +- Classes representing a single result (row) from a DB query. -=item L - Making objects out of your columns. +Such classes normally subclass L, the methods inherited +from L and +L +are used most often. -=item L - Dealing with primary keys. +=item L - Perform operations on a single column of a ResultSet. -=item L - Turns the resultsource into a table. +=item L - Source/Table definition functions. -=item L - Accessor grouping. +=item L - Overall sources, and connection container. -=back +=item L - Simple relationship declarations. -=head1 Retrieving and creating data +=item L - Relationship declaration details. -=over 4 +=item L - Making objects out of your column values. -=item L - Selecting and manipulating sets. +=back -=item L - Dealing with actual data. +=head1 FURTHER QUESTIONS? -=item L - Virtual methods for all storage types. +Check the list of L. -=item L - Storage using L and L. +=head1 COPYRIGHT AND LICENSE + +This module is free software L +by the L. You can +redistribute it and/or modify it under the same terms as the +L. -=back