]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Apache/MVC/Workflow.pod
And now we have paging support. (And some better docs)
[maypole.git] / lib / Apache / MVC / Workflow.pod
index 7a0e9f3d4284dd296c6da9fe808aa9333340df80..15d87c03120d15bb6c93424870eebd9861240915 100644 (file)
@@ -64,7 +64,7 @@ several slots of the request object. First, C<table> and C<action>
 should be populated with the name of the table and the action parts of
 the URL. Any other arguments should be placed in a listref in the
 C<args> slot, and GET and POST parameters should be arranged into a hash
-and placed in the C<params> slot.
+and placed in the C<query> and C<params> slots, respectively.
 
 Some people may not like the idea of passing everything around in the
 URL; this is the method to override for you. Of course, you'll also need