X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FMaypole%2FModel%2FCDBI.pm;h=ac89318827f01c41b2b3f8d2702a2fa89204e14b;hb=b6e2413ee413ce21b28429c05bbcc3f516a0754a;hp=37b133549ab316dfee9b246ab8124f2eea35e9d0;hpb=f76351a09c6594711ebcae3ab07f9dde9c04367e;p=maypole.git diff --git a/lib/Maypole/Model/CDBI.pm b/lib/Maypole/Model/CDBI.pm index 37b1335..ac89318 100644 --- a/lib/Maypole/Model/CDBI.pm +++ b/lib/Maypole/Model/CDBI.pm @@ -17,7 +17,7 @@ Maypole::Model::CDBI - Model class based on Class::DBI =head1 DESCRIPTION -This is a master model class which uses C to do all the hard +This is a master model class which uses L to do all the hard work of fetching rows and representing them as objects. It is a good model to copy if you're replacing it with other database abstraction modules. @@ -43,13 +43,13 @@ See L for these: =back -=head1 Additional Commands +=head1 Additional Actions =over =item delete -Surprisingly, this command causes a database record to be forever lost. +Unsuprisingly, this command causes a database record to be forever lost. =item search @@ -247,7 +247,7 @@ sub class_of { } sub fetch_objects { - my ($class,$r)=@_; + my ($class, $r)=@_; my @pcs = $class->primary_columns; if ( $#pcs ) { my %pks;