X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FMoreCatalystBasics.pod;h=9a9033a8af3ac75a2db0c74065ae74a37d4a78e3;hp=e125cd748a9c8af0bc44b28088ecb19b64772b2b;hb=8a472b348fcfa36ba50a5182fbd4449a71b8044a;hpb=faa6f5bc58eb607bc9737b290f2d84847d499d0c diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index e125cd7..9a9033a 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -635,7 +635,7 @@ For using other databases, such as PostgreSQL or MySQL, see L. -=head1 DATABASE ACCESS WITH C +=head1 DATABASE ACCESS WITH DBIx::Class Catalyst can be used with virtually any form of persistent datastore available via Perl. For example, @@ -1046,7 +1046,7 @@ provide a template that fills in the C section of our wrapper template -- the wrapper will provide the overall feel of the page. -=head1 A STATIC DATABASE MODEL WITH C +=head1 A STATIC DATABASE MODEL WITH DBIx::Class First, let's be sure we have a recent versino of the DBIC helper, L, by @@ -1380,7 +1380,7 @@ skip to Chapter 4, L, if you wish.> -=head2 Using C for the Default View +=head2 Using 'RenderView' for the Default View Once your controller logic has processed the request from a user, it forwards processing to your view in order to generate the appropriate