X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAdvancedCRUD.pod;h=eedde71d60aa84695e832c0e3747e239662a291e;hb=cc548726047214bd2b51a6b3a287896ac65b7b9b;hp=45431785118d95f795fc60e889390eb1b034ce40;hpb=c09c6cd743a02ecebd5ad1277475baec2a8df400;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod b/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod index 4543178..eedde71 100644 --- a/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/AdvancedCRUD.pod @@ -131,7 +131,7 @@ following method: } This method provides a central location (so it can be called by multiple -actions, such as C and C) that builds an HTML::Wiget-based +actions, such as C and C) that builds an HTML::Widget-based form with the appropriate fields. The "Get Authors" code uses DBIC to retrieve a list of model objects and then uses C to create a hash where the hash keys are the database primary keys from the authors table @@ -468,7 +468,7 @@ model classes: =item * -fill_wiget() +fill_widget() Takes data from the database and transfers it to your form widget. @@ -554,16 +554,12 @@ have to call C<$book-Eadd_to_book_authors> once per author because C does not currently handle the relationships between tables. + =head1 AUTHOR Kennedy Clark, C Please report any errors, issues or suggestions to the author. -Copyright 2006, Kennedy Clark. All rights reserved. - -This library is free software; you can redistribute it and/or modify it -under the same terms as Perl itself. - -Version: .94 - +Copyright 2006, Kennedy Clark, under Creative Commons License +(L).