Slide 2
Slide 2 text
what it does
handle input from GET, POST, or any other named dataset from a chainable OOP interface.
define different functions, validators, or sanitisers to different fields.
define a default function to handle any field without a specific handler.
reuse the same filter sets on different datasets.
case insensitive (by default) – your OOP code standards do not have to match the HTML
naming conventions.
lightweight in both dependency and api.