IndexController
extends z_controller
in package
The index controller handles by default all requests without a specified controller
Table of Contents
- action_index() : mixed
- The index action
Methods
action_index()
The index action
public
action_index(Request $req, Response $res) : mixed
It will be called when no action is specified
Parameters
- $req : Request
-
The request object
- $res : Response
-
The response object