From: Jess Robinson Date: Thu, 27 Jul 2006 07:13:53 +0000 (+0000) Subject: Add some new docs X-Git-Tag: v0.07002~66 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=2ac88e5a497f49710c2f3110c4f35943902c1fe8 Add some new docs --- diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 7631375..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,6 +60,8 @@ 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 - Storage using L and L.