X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FManual%2FModel.pod;h=112effcb44d90e3823319adf4b994f5dfc63cb68;hb=edbb6d92dbe1f67f8123a2652dc7467cff06ecf6;hp=5f310fe7f091a7c290b01aef776b55dbe525ad4b;hpb=45e4b287c0925cab5cc2692093034275dd0d17b9;p=maypole.git diff --git a/lib/Maypole/Manual/Model.pod b/lib/Maypole/Manual/Model.pod index 5f310fe..112effc 100644 --- a/lib/Maypole/Manual/Model.pod +++ b/lib/Maypole/Manual/Model.pod @@ -41,8 +41,8 @@ make writing Maypole applications a lot easier: package Maypole::Model::CDBI; use base qw(Maypole::Model::Base Class::DBI); - use Class::DBI::AsForm; - use Class::DBI::FromCGI; + use Maypole::Model::CDBI::AsForm; + use Class::DBI::FromCGI; # probabyly broken . use Class::DBI::Loader; use Class::DBI::AbstractSearch; use Class::DBI::Plugin::RetrieveAll; @@ -113,10 +113,6 @@ We'll look more at how to put together actions in the L chapter and our case studies. -=head2 What Maypole wants from a model - -=head2 Building your own model class - =head2 Links L,