You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
Adam Patterson edited this page Dec 18, 2012
·
1 revision
Overview
Dingo has built in functions for accessing HTML form and cookie data. You can still use $_POST, $_GET, $_COOKIE, $_REQUEST, and $_FILES in your applications but it is highly recommended that you don't. The input class is always avaliable to use in your applications and does not have to be loaded.