Actions
Feature #33749
closedTask #33745: Integrate File Abstraction Layer
Integrate File Abstraction Layer API
Start date:
2012-02-07
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
Integrate File Abstraction Layer API to t3lib_File.
New domain objects are:- t3lib_file_File
- t3lib_file_Folder
- t3lib_file_ProcessedFile
- t3lib_file_Storage
- t3lib_file_Driver_AbstractDriver
One storage uses a driver to connect to a specific resource. The storage then holds several files, the filenames are called "identifier" there. A processed file will be created on manipulations to a file (by keeping the reference), examples are image resizing or more complex conversions/modifications.
Actions