Revision e61cd137
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
SL/File.pm | ||
---|---|---|
356 | 356 |
=head1 SYNOPSIS |
357 | 357 |
|
358 | 358 |
# In a controller or helper ( see SL::Controller::File or SL::Helper::File ) |
359 |
# you can create, remove, delete etc. a file in a backend independant way
|
|
359 |
# you can create, remove, delete etc. a file in a backend independent way
|
|
360 | 360 |
|
361 | 361 |
my $file = SL::File->save( |
362 | 362 |
object_id => $self->object_id, |
... | ... | |
384 | 384 |
|
385 | 385 |
=head1 OVERVIEW |
386 | 386 |
|
387 |
The Filemanagemt can handle files in a storage independant way. Internal the File
|
|
387 |
The Filemanagemt can handle files in a storage independent way. Internal the File
|
|
388 | 388 |
use the configured storage backend for the type of file. |
389 | 389 |
These backends must be configured in L<SL::Controller::ClientConfig> or an extra database table. |
390 | 390 |
|
... | ... | |
704 | 704 |
Martin Helmling E<lt>martin.helmling@opendynamic.deE<gt> |
705 | 705 |
|
706 | 706 |
=cut |
707 |
|
Auch abrufbar als: Unified diff
Testfehler: typische Schreibfehler gefixt