Spaark is a web application framework - it has code that runs on both the server and client sides of a web site.
- install/ - Install scripts
- test.php - A test script to check if:
- PHP is installed
- The correct version of PHP is installed
- test.php - A test script to check if:
- sample/ - Files containing sample code
- index.php - This file should be placed in a web server's web root, with all URLs mapping to it. It loads and starts Spaark
- core/ - The main class files
- default/ - Contains defaults for the framework:
- Default config
- Default pages, css
- The Spaark icon and logo
- JavaScript for the client-side of the framework
- Spaark.php - Loads the core classes used by the framework
- README.md - This file!
This work is licenced under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. This allows you to share the work.