Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 507 Bytes

File metadata and controls

7 lines (6 loc) · 507 Bytes

PHP Class "Datastorage" for handling storage servers

This simple PHP class provides an interface for handling different FTP servers - e.g. one FTP server for storing user data, another one for storing product data etc.

You'll find the following files:

  • class_datastorage.php: The class itself including a documentation of its structure
  • example_datastorage.php: A simple and exemplary implementation/ use of the class
  • config_server-infrastructure.php: Information on different FTP servers to be used