-
Notifications
You must be signed in to change notification settings - Fork 0
Famework_Request
LaCodon edited this page Mar 1, 2016
·
1 revision
namespace Famework\Request
This class gives the opportunity to hanlde request concerning stuff.
- CODE_FOUND = 302
- CODE_MOVEDPERMANENTLY = 301
- CODE_TEMPORARYREDIRECT = 307
Redirect user (calls exit() after setting header("Location: ..."))
void redirect(string $url [, int $code = self::CODE_FOUND])| Parameter | Purpose |
|---|---|
| url | The URL where to redirect to |
| code | The HTTP status code |
- Home
- Getting Started
- Server Setup
- Configuration Files
- Application Structure
- Classes