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)
- Host: GitHub
- URL: https://github.com/ts95/imt3851-assignment1
- Owner: ts95
- License: mit
- Created: 2016-03-07T12:12:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-15T19:21:15.000Z (over 10 years ago)
- Last Synced: 2025-03-05T19:29:32.066Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 266 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.