https://github.com/ts95/imt3851-assignment2
Assignment 2 in IMT3851 (Web programming II)
https://github.com/ts95/imt3851-assignment2
Last synced: 3 months ago
JSON representation
Assignment 2 in IMT3851 (Web programming II)
- Host: GitHub
- URL: https://github.com/ts95/imt3851-assignment2
- Owner: ts95
- Created: 2016-04-23T10:52:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-23T19:48:54.000Z (over 10 years ago)
- Last Synced: 2025-03-05T19:29:27.838Z (over 1 year ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Assignment 2 in IMT3851 (Web programming II)
===
Solution for the second assignment in IMT3851 (Web programming II).
-- Work in progress --
# Database setup
By default the project will create the database and the tables automatically
upon the first request. You do not need to create it yourself (and you shouldn't).
Database settings are specified in `includes/settings.php`.
# Serving from a subdirectory
If the project isn't served from the root directory of the webserver, but
rather a subdirectory, this needs to be specified in the `includes/settings.php`
file. Set `ROOT_PATH` to point to the project directory.