Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.