Download the PHP package mtoolkit/mtoolkit-controller without Composer
On this page you can find all versions of the php package mtoolkit/mtoolkit-controller. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mtoolkit-controller
MToolkit - Controller
The controller module of MToolkit framework.
Summary
- Intro
- How a controller works
- Routing
- View Life Cycle
How a controller works
MPageController
MPageController is an autorun controller for the web pages.
Controller (Index.php):
And the view file. Every view file must contain the meta tag, with the correct content-type:
Index.view:
And now you can create your web app.
Handler
Routing
View Life Cycle
- Construct
- Init
- Load
- Pre render
- Render
- Post render
Construct
Init
Load
Pre render
Render
Post render
All versions of mtoolkit-controller with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
querypath/querypath Version >=3.0.0
mtoolkit/mtoolkit-core Version 0.0.2
querypath/querypath Version >=3.0.0
mtoolkit/mtoolkit-core Version 0.0.2
The package mtoolkit/mtoolkit-controller contains the following files
Loading the files please wait ....