2017 © Pedro Peláez
 

library mtoolkit-controller

The controller module of MToolkit framework

image

mtoolkit/mtoolkit-controller

The controller module of MToolkit framework

  • Thursday, June 2, 2016
  • by mtoolkit
  • Repository
  • 1 Watchers
  • 0 Stars
  • 39 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MToolkit - Controller

The controller module of MToolkit framework., (*1)

Summary

How a controller works

MPageController

MPageController is an autorun controller for the web pages., (*2)

Controller (Index.php):, (*3)


<html>
    <head>
        <title>Entry page</title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body>
        <b><?php echo $this->helloWorld(); ?></b>
    </body>
</html>

And now you can create your web app., (*4)

Handler

Routing

View Life Cycle

  1. Construct
  2. Init
  3. Load
  4. Pre render
  5. Render
  6. Post render

Construct

Init

Load

Pre render

Render

Post render

The Versions

02/06 2016

0.0.2.x-dev

0.0.2.9999999-dev http://mtoolkit.github.io/mtoolkit/

The controller module of MToolkit framework

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

framework php library simple free fast toolkit .net qt web framework

02/06 2016

0.0.2

0.0.2.0 http://mtoolkit.github.io/mtoolkit/

The controller module of MToolkit framework

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

framework php library simple free fast toolkit .net qt web framework

02/06 2016

dev-master

9999999-dev http://mtoolkit.github.io/mtoolkit/

The controller module of MToolkit framework

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

framework php library simple free fast toolkit .net qt web framework