X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=lib%2FMaypole%2FManual%2FStandardTemplates.pod;h=b36b4043970e222357e6195f3b8bded69f2412bf;hp=e3866c877ceebfea28df74096d4b97d3b12cc77e;hb=93f6780e2cd84eb4f9f6cfc578f42484bb2cf34b;hpb=e8ebb9e2413d25fe7accc675387dfad270d7367e 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