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;fp=lib%2FCatalyst%2FManual%2FTutorial%2F04_BasicCRUD.pod;h=7e29687cb8d865d97713fb76b2744b7950b30488;hp=fc938df7ebc1cadb60d7e40f434df86bd17f43e7;hb=a9a6fb3fc40130d2617274382a2ced4b84ed1d00;hpb=e18d15c9ab2a67b730aad64b95d59456293c6e89 diff --git a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod index fc938df..7e29687 100644 --- a/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod +++ b/lib/Catalyst/Manual/Tutorial/04_BasicCRUD.pod @@ -60,12 +60,13 @@ This chapter of the tutorial builds on the fairly primitive application created in L to add basic support for Create, Read, Update, and Delete (CRUD) of C -objects. Note that the 'list' function in Chapter 3 already implements -the Read portion of CRUD (although Read normally refers to reading a -single object; you could implement full Read functionality using the -techniques introduced below). This section will focus on the Create and -Delete aspects of CRUD. More advanced capabilities, including full -Update functionality, will be addressed in +objects. Note that the 'list' function in +L already +implements the Read portion of CRUD (although Read normally refers to +reading a single object; you could implement full Read functionality +using the techniques introduced below). This section will focus on the +Create and Delete aspects of CRUD. More advanced capabilities, +including full Update functionality, will be addressed in L. Although this chapter of the tutorial will show you how to build CRUD