A Really Simple Engine. I regret *nothing*.
Find a file
Emmanuel BENOîT 29a026e71a Improved URL rewriting support
When this code was written, it did not include an internal URL mapper
and each page was loaded by a PHP script. The internal URL was a recent,
mostly unfinished addition.

Base URL is now supported:
 * for views, when they implement the BaseURLAware interface (a base
class that does what most views will do with that is provided -
BaseURLAwareView),
 * in the menu,
 * in form actions,
 * in boxes (for buttons, and for the contents if the inner view
implements BaseURLAware).
2012-02-05 17:42:53 +01:00
includes Improved URL rewriting support 2012-02-05 17:42:53 +01:00
site Importing bits and pieces 2012-02-05 12:56:54 +01:00