X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FDocMap.pod;h=8d425bb00a799f3f954b42f9b132ede9105c1fc1;hb=2486df86df6c28d8305ae777acdac19ba6faebcf;hp=507ace726af35e10e620c587087546c3f8f4d5a2;hpb=7e2d47fc8be15c3d144ad78f2929c86341045027;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 507ace7..8d425bb 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,9 @@ DBIx::Class::Manual::DocMap - What documentation do we have? =item L - Selecting and manipulating sets. -=item L - Dealing with actual data. +=item L - Perform operations on entire columns of a ResultSet. -=item L - Virtual methods for all storage types. +=item L - Dealing with actual data. =item L - Storage using L and L.