Download the PHP package pmvc-plugin/controller without Composer
On this page you can find all versions of the php package pmvc-plugin/controller. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pmvc-plugin/controller
More information about pmvc-plugin/controller
Files in pmvc-plugin/controller
Package controller
Short Description PMVC Controller
License MIT
Homepage https://github.com/pmvc/pmvc
Informations about the package controller
PMVC Controller
- A simple MVC for unidirectional dataflow architecture.
- More information https://github.com/pmvc/pmvc
Explain flow
controller -> plugapp -> process -> execute -> processForm -> _processValidate -> _processAction -> processForward -> _finish
Explain App Folder
Folders hierarchy
How to get (folders)?
-
Site Folder
-
Apps Folder
- App
APP customize view and template
- View
- viewengine[app]=[html|json|react|...]
- Template
- templatedir[app]=[forder path]
Install with Composer
CLICK TO SEE
### 1. Download composer * mkdir test_folder * curl -sS https://getcomposer.org/installer | php ### 2. Install by composer.json or use command-line directly #### 2.1 Install by composer.json * vim composer.json * php composer.phar install #### 2.2 Or use composer command-line * php composer.phar require pmvc-plugin/controller or * composer require pmvc-plugin/controller