Revision 3816bb51
Von Moritz Bunkus vor fast 11 Jahren hinzugefügt
SL/DB/Contact.pm | ||
---|---|---|
1 |
# This file has been auto-generated only because it didn't exist. |
|
2 |
# Feel free to modify it at will; it will not be overwritten automatically. |
|
3 |
|
|
4 | 1 |
package SL::DB::Contact; |
5 | 2 |
|
6 | 3 |
use strict; |
7 | 4 |
|
8 | 5 |
use SL::DB::MetaSetup::Contact; |
6 |
use SL::DB::Manager::Contact; |
|
9 | 7 |
use SL::DB::Helper::CustomVariables ( |
10 | 8 |
module => 'Contacts', |
11 | 9 |
cvars_alias => 1, |
12 | 10 |
); |
13 | 11 |
|
14 |
# Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. |
|
15 |
__PACKAGE__->meta->make_manager_class; |
|
16 |
|
|
17 | 12 |
__PACKAGE__->meta->initialize; |
18 | 13 |
|
19 | 14 |
sub used { |
Auch abrufbar als: Unified diff
Ansprechpersonen-Drop-Downs in mehreren Masken sortiert anzeigen