/php-class-datastorage-server-handling

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.

Primary LanguagePHPMIT LicenseMIT

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