]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/Manual/StandardTemplates.pod
Fixed Apache::MVC to use HTTP::Body to get the params for MP2 and also to put Apache...
[maypole.git] / lib / Maypole / Manual / StandardTemplates.pod
index 35f9a8a86cca5befa0347d1808cc4a4643727af6..e3866c877ceebfea28df74096d4b97d3b12cc77e 100644 (file)
@@ -1,5 +1,9 @@
 
-=head1 Maypole's Standard Templates and Actions
+=head1 NAME
+
+Maypole::Manual::StandardTemplates - Maypole's Standard Templates and Actions
+
+=head1 DESCRIPTION
 
 As we saw in our Create-Read-Update-Delete (CRUD) example,
 Maypole does all it can to make your life
@@ -267,7 +271,7 @@ template view
 =head3 F<edit>
 
 The F<edit> template is pretty much the same as F<view>, but it uses 
-L<Class::DBI::AsForm>'s
+L<Maypole::Model::CDBI::AsForm>'s
 C<to_field> method on each column of an object to return a C<HTML::Element>
 object representing a form element to edit that property. These elements
 are then rendered to HTML with C<as_HTML> or to XHTML with C<as_XML>.