X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F04_BasicCRUD.pod;h=c2135f7cb32c71778ae3d7a248f90c913b599c09;hp=1815dc2cf568e20c8c1b0fa2c4de13e7aeb2f5bc;hb=2217b252905d370f4f7840cf78996d43c79e5d4f;hpb=532433240eb30ab0ea416cd43bfd5bbe70dfa661 diff --git a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index 1815dc2..c2135f7 100644 --- a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod @@ -70,13 +70,13 @@ Although this chapter of the tutorial will show you how to build CRUD functionality yourself, another option is to use a "CRUD builder" type of tool to automate the process. You get less control, but it can be quick and easy. For example, see -L, -L, and -L. +L, +L, and +L. You can check out the source code for this example from the Catalyst Subversion repository as per the instructions in -L. +L. =head1 FORMLESS SUBMISSION @@ -168,7 +168,7 @@ Edit C and then enter: The TT C directive allows access to a variety of plugin modules (TT plugins, that is, not Catalyst plugins) to add extra functionality to the base TT capabilities. Here, the plugin allows -L "pretty printing" of objects and +L "pretty printing" of objects and variables. Other than that, the rest of the code should be familiar from the examples in Chapter 3. @@ -334,7 +334,7 @@ chapter of the tutorial and explore slightly more advanced capabilities with the base method and delete feature below. But Chained dispatch is capable of far more. For additional information, see L, -L, +L, and the 2006 Advent calendar entry on the subject: L. @@ -970,7 +970,7 @@ with the new fields: exists "/root/dev/MyApp/script/../lib/MyApp/Model/DB.pm" Notice that we modified our use of the helper slightly: we told -it to include the L +it to include the L in the C line of the Result Classes. If you open C in your editor you should