]> 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 dbf127998c9963c88cf6363942c3339b01ecf6b5..e3866c877ceebfea28df74096d4b97d3b12cc77e 100644 (file)
@@ -271,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>.