An open API service indexing awesome lists of open source software.

https://github.com/ts95/imt3851-assignment1

Assignment 1 in IMT3851 (Web programming II)
https://github.com/ts95/imt3851-assignment1

Last synced: about 2 months ago
JSON representation

Assignment 1 in IMT3851 (Web programming II)

Awesome Lists containing this project

README

          

Assignment 1 in IMT3851 (Web programming II)
===
Solution for the first assignment in IMT3851 (Web programming II).

# Pages
* /index.php (redirects to /customers.php)
* /customers.php
* /account.php
* /data.php

# Storage system
The files are stored as CSV files. The CSV files are generated by
the `Collection.php` class. All reading and writing operations to
the CSV files are carried out through this file.