FlexR.class - A Flexible Redirector in PHP

What FlexR Can Do For You

FlexR.class is a Flexible URL Redirector Class written in PHP and
can easily resolve, process and redirect different URLs in your web application.

How-To: Redirect via FlexR

require('flexr.class.php');
$redirector = new redirector();

//Here between you can modify the url handeling with the inbuild functions

//Processing the URL with the above modified settings
$redirector->generate();

//Set the Redirection
$redirector->setRedirectionfile($redirector->get(1).".php");
In the Example above the URL: domain.de/URL/1234
would result in a redirection to URL.php and the urlparameter can accessed
with for example "1234" as the second url parameter with $redirector->get(2).

//Start the redirection
$redirector->route();


Releases

Newest Release: FlexR-0.0.1.7z ALPHA Version

A new and the first production environment release will be published at the end of march.