Documentation

BasicRunner
in package

Table of Contents

Methods

run()  : mixed
Execute the controller and display the output.
send()  : mixed

Methods

run()

Execute the controller and display the output.

public static run(SetupController $ctrl) : mixed

Note: This is really just an example which handles input and output using stock PHP variables and functions. Depending on the environment, it may be easier to work directly with getCtrl()->run(...) which handles inputs/outputs in a more abstract fashion.

Parameters
$ctrl : SetupController

A web controller.


        
On this page

Search results