Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
mxdpeep committed Jan 28, 2020
1 parent d0fa3d5 commit 331a9bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions README.md
Expand Up @@ -19,7 +19,7 @@ Components:
* **CakePHP cache** library
* **Halite** encrypted cookies
* **Markdown** library
* **NEON** library
* **NE-ON** library
* **Nette Tracy** debugger
* **Alto Router**
* **monolog** logging
Expand All @@ -28,11 +28,11 @@ Components:
* support for **Google Cloud Platform**
* support for **PHP Google Analytics**

Model View Presenter architectural pattern:
Architecture:

* **Model** = multidimensional data array
* **View** = mustache template
* **Presenter** = Singleton extending abstract presenter
* **Model** = multi-dimensional data array
* **View** = mustache templates
* **Presenter** = Singleton presenters extending abstract presenter

API calls examples:

Expand All @@ -52,6 +52,13 @@ Configuration:
* **config_private.neon** - private configuration
* **app/router.neon** - routing table

How to:

* **./INSTALL.sh** - installer
* **./UPDATE.sh** - updater
* **./cli.sh doctor** - installation doctor
* **./cli.sh local** - local integration test

License: **MIT**

* app: **[https://mini.gscloud.cz](https://mini.gscloud.cz)**
Expand Down
2 changes: 1 addition & 1 deletion REVISIONS
@@ -1 +1 @@
146
147

0 comments on commit 331a9bf

Please sign in to comment.