X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F09_AdvancedCRUD.pod;h=550cb32e59e784565268feced7ded0ab2a795018;hb=f6f24d4e41beafd243327aabd20831b3f2bae53a;hp=59a4cd300e2b9a217c2a7b6a9b139c1347dad722;hpb=3ab6187c1a123983b6ae29e57f543328ce15755c;p=catagits%2FCatalyst-Manual.git diff --git a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD.pod b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD.pod index 59a4cd3..550cb32 100644 --- a/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/09_AdvancedCRUD.pod @@ -57,16 +57,17 @@ L =head1 DESCRIPTION This chapter of the tutorial explores more advanced functionality for -Create, Read, Update, and Delete (CRUD) than we saw in Chapter 4. In -particular, it looks at a number of techniques that can be useful for -the Update portion of CRUD, such as automated form generation, -validation of user-entered data, and automated transfer of data between -forms and model objects. - -In keeping with the Catalyst (and Perl) spirit of flexibility, there are -many different ways to approach advanced CRUD operations in a Catalyst -environment. Therefore, this section of the tutorial allows you to pick -from one of several modules that that cover different form management +Create, Read, Update, and Delete (CRUD) than we saw in +L. In particular, +it looks at a number of techniques that can be useful for the Update +portion of CRUD, such as automated form generation, validation of +user-entered data, and automated transfer of data between forms and +model objects. + +In keeping with the Catalyst (and Perl) spirit of flexibility, there are +many different ways to approach advanced CRUD operations in a Catalyst +environment. Therefore, this section of the tutorial allows you to pick +from one of several modules that that cover different form management tools. Select one or more options from the list below. =head1 ADVANCED CRUD OPTIONS @@ -79,11 +80,15 @@ L =item * +L + +=item * + L =back -B Please contact the author if you would like to assist with +B Please contact the author if you would like to assist with writing a new module. @@ -91,9 +96,13 @@ writing a new module. Kennedy Clark, C -Please report any errors, issues or suggestions to the author. The -most recent version of the Catalyst Tutorial can be found at -L. +Feel free to contact the author for any errors or suggestions, but the +best way to report issues is via the CPAN RT Bug system at +. + +The most recent version of the Catalyst Tutorial can be found at +L. -Copyright 2006-2008, Kennedy Clark, under Creative Commons License +Copyright 2006-2010, Kennedy Clark, under the +Creative Commons Attribution Share-Alike License Version 3.0 (L).