From 93f6780e2cd84eb4f9f6cfc578f42484bb2cf34b Mon Sep 17 00:00:00 2001 From: Aaron Trevena Date: Mon, 2 Oct 2006 14:54:13 +0000 Subject: [PATCH] updated action names in manual for standard templates git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@523 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole/Manual/StandardTemplates.pod | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/lib/Maypole/Manual/StandardTemplates.pod b/lib/Maypole/Manual/StandardTemplates.pod index e3866c8..b36b404 100644 --- a/lib/Maypole/Manual/StandardTemplates.pod +++ b/lib/Maypole/Manual/StandardTemplates.pod @@ -61,10 +61,11 @@ This deletes a row, returning to the C page. This provides a paged list of the table suitable for browsing. -=item C +=item C This handles a search query and presents the search results back to the -F template. +F template. Previously this was called search, but obviously that +clashes with a lot of stuff, and that usage is now deprecated. =back @@ -211,13 +212,17 @@ This is usually integer, if you're using numeric IDs for your primary key. If not, you probably want C, but you probably know what you're doing anyway. -=head3 delete +=head3 do_delete -The delete method takes a number of arguments and deletes those rows from the +The do_delete method takes a number of arguments and deletes those rows from the database; it then loads up all rows and heads to the F template. You almost certainly want to override this to provide some kind of authentication. +Previously this was called delete, but obviously that clashes with a lot of stuff, +and that usage is now deprecated. + + =head3 list Listing, like viewing, is a matter of selecting objects for -- 2.39.2