Description:
This is a URL Mapping/Router project using the
N2Framework.
Requirements:
Apache 1.2+ with the rewrite module.
The N2Framework 0.3+ which can be downloaded from
here.
Example:
n2f_router::create('news', array('month' => date('m'), 'day' => date('d'), 'year' => date('Y')));
This will create a new route which will look like this:
http://www.mysite.com/news/11/08/2012 .
If you just go to
http://www.mysite.com/news/ ... it will load the default values provided.