X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FComponent.pod;h=4de25364cc92cceadf763b3b08c32bae7a723ffa;hb=1caff56eca264363545bcffc225a01cbfd5cf503;hp=7c92b4f2ffce45a298455b879054edde144418a7;hpb=a733c37fdebe9bb9ef6e56003e986717e23383d1;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/Component.pod b/lib/DBIx/Class/Manual/Component.pod index 7c92b4f..4de2536 100644 --- a/lib/DBIx/Class/Manual/Component.pod +++ b/lib/DBIx/Class/Manual/Component.pod @@ -44,9 +44,9 @@ L - Build forms with multiple interconnected objects. L - Like FromForm but with DBIx::Class and HTML::Widget. -L - Retrieve automatically created primary keys upon insert. +L - Modify the position of objects in an ordered list. -L - Modify the position of objects in an ordered list. +L - Retrieve automatically created primary keys upon insert. L - Display the amount of time it takes to run queries. @@ -70,12 +70,6 @@ L - Hooks for Storable freeze/thaw. L - Validate all data before submitting to your database. -L - Manage a tree of data using the common adjacency list model. - -L - Manage a positional tree of data using the nested set model. - -L - Search for tokens in a tree of groups. - =head2 Core These are the components that all, or nearly all, people will use