X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FDocMap.pod;h=b6eaa25aeaf6c23a7a65556f702156f22dba30fd;hb=6b5b5d07d678d6d6ba2d227c2de3fa169b7b8d24;hp=44215ba5faaaee630a38b4c557b7b403522a00af;hpb=4a0eed52f392b2e135385d0c06b06160200f3772;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 44215ba..b6eaa25 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -8,12 +8,16 @@ 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 - How to use DBIx::Class if you know SQL (external, available on CPAN) +=item L - Joining tables with DBIx::Class. + +=item L - A boatload of DBIx::Class features with links to respective documentation. + =item L - What do all those terms mean? =item L - Various short recipes on how to do things. @@ -32,9 +36,16 @@ The first two list items are the most important. =item L - Selecting and manipulating sets. -=item L -- Representing a single result (row) from a DB query. The methods inherited from -L and L are used most often. +The DSL (mini-language) for query composition is only partially explained there, +see L for the complete details. + +=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. =item L - Perform operations on a single column of a ResultSet.