Revision e1bf173b
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/DB/Contact.pm | ||
---|---|---|
6 | 6 |
use strict; |
7 | 7 |
|
8 | 8 |
use SL::DB::MetaSetup::Contact; |
9 |
use SL::DB::Helper::CustomVariables ( |
|
10 |
module => 'Contacts', |
|
11 |
cvars_alias => 1, |
|
12 |
); |
|
9 | 13 |
|
10 | 14 |
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. |
11 | 15 |
__PACKAGE__->meta->make_manager_class; |
Auch abrufbar als: Unified diff
CVars als Object Mixin.
Conflicts: