=head1 NAME Catalyst::Manual::Tutorial::09_AdvancedCRUD - Catalyst Tutorial - Chapter 9: Advanced CRUD =head1 OVERVIEW This is B for the Catalyst tutorial. L =over 4 =item 1 L =item 2 L =item 3 L =item 4 L =item 5 L =item 6 L =item 7 L =item 8 L =item 9 B<09_Advanced CRUD> =item 10 L =back =head1 DESCRIPTION This chapter of the tutorial explores more advanced functionality for 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 cover different form management tools. Select one or more options from the list below. =head1 ADVANCED CRUD OPTIONS =over 4 =item * L =item * L =item * L =back B Please contact the author if you would like to assist with writing a new module. =head1 AUTHOR Kennedy Clark, C 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 L. Copyright 2006-2011, Kennedy Clark, under the Creative Commons Attribution Share-Alike License Version 3.0 (L).