• PHP 5.3 is needed to run the system
  • PHP needed for extra add-ons: PDO, PDO-sqlite
  • Because of the simplicity, SQLite was used, only one user can use the application!
  • unzip address-book.zip somewhere
  • map address-book/www map webserver
  • make address-book/data writable by web server
  • under address-book/ make all files readable for the web server
  • after mapping the application index.php starts the application
  • The application is available at the following site: {$config['deploymented-url']}
  • Usage and features

    Note

    The application does not use any unnecessary framework, since most frameworks only slow down the server unnecessarily. Database abstraction is used via the builtin PHP PDO framwork which is the fastest since it is in C. Instead of slow templates, regular PHP is used in a MVC pattern via the include statement.

    HEREDOC; ?>