Skip to content

Releases: PhpGt/Input

Input class fully tested

01 Dec 15:26
Compare
Choose a tag to compare
Pre-release

The basics are working. The Input class can be constructed from the $_GET, $_POST and $_FILES arrays. with(), without(), withAll() have been tested when calling them on the Input class themselves, and the correct callbacks are called.