X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FDocMap.pod;h=5820d03ca8bf918496aba2546b2529e0cc9e94c6;hb=8935bae328ce157ac8917317badc5d2bfdd106c7;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..5820d03 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -8,6 +8,8 @@ DBIx::Class::Manual::DocMap - What documentation do we have? =item L - User's Manual overview. +=item L - Frequently Asked Questions, gathered from IRC and the mailing list. + =item L - Introduction to setting up and using DBIx::Class. =item L - Full example Schema. @@ -36,12 +38,14 @@ DBIx::Class::Manual::DocMap - What documentation do we have? =item L - Magically retrieve auto-incrementing fields. -=item L - Set of standard components. +=item L - Set of standard components to load. =item L - ? =item L - Making objects out of your columns. +=item L - Magically turn your datetime or timestamp columns into DateTime objects. + =item L - Dealing with primary keys. =item L - Turns the resultsource into a table. @@ -56,9 +60,11 @@ DBIx::Class::Manual::DocMap - What documentation do we have? =item L - Selecting and manipulating sets. +=item L - Perform operations on entire columns of a ResultSet. + =item L - Dealing with actual data. -=item L - Virtual methods for all storage types. +=item L - Basic Storage stuff. =item L - Storage using L and L.