OO way to interact with user input
use Azi\Input;
$input = Input::all();
$name = Input::post('name');
$search = Input::get('search');
$email = Input::request('email');
if(Input::exists('email)){
// send an email to user
}| Name | Name | Last commit date | ||
|---|---|---|---|---|