Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vrana/knesl-eshop
Souboj frameworků WebExpo 2012
https://github.com/vrana/knesl-eshop
Last synced: about 1 month ago
JSON representation
Souboj frameworků WebExpo 2012
- Host: GitHub
- URL: https://github.com/vrana/knesl-eshop
- Owner: vrana
- Created: 2012-09-29T03:19:20.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-02T18:43:02.000Z (about 12 years ago)
- Last Synced: 2023-04-22T16:45:24.385Z (over 1 year ago)
- Language: PHP
- Size: 219 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
This is a simple PHP web application how it was written in its early days.
It doesn't use any framework, dependency injection, just a bunch of simple global functions.
Everything starts in file .htaccess where routes and error document are defined.
It also prepends file functions.php to all PHP files so that they don't need to include it.
It requires Apache 2.4 (rewrite rule flag [END]) and PHP 5.2 (json_encode).
You should specify RewriteBase if running the application not in the web root directory.