z_request.php
Route handling system documentation: Every action takes two parameters.
Request => used to get incoming and session stuff Response => used to handle outgoing stuff
Interfaces, Classes and Traits
- Request
- Base class for Response and Request
- FormResult
- Holds the result of a validation of a form
- FormField
- Represents an input field of a form on the server side