Pico/lib
Daniel Rudolf 6465c2b0a9
Support REQUEST_URI routing method
With Pico 1.0 you had to setup URL rewriting (e.g. using `mod_rewrite` on Apache) in a way that rewritten URLs follow the `QUERY_STRING` principles. Starting with version 1.1, Pico additionally supports the `REQUEST_URI` routing method, what allows you to simply rewrite all requests to just `index.php`. Pico then reads the requested page from the `REQUEST_URI` environment variable provided by the webserver. Please note that `QUERY_STRING` takes precedence over `REQUEST_URI`.
2016-04-24 20:11:05 +02:00
..
AbstractPicoPlugin.php Replace is_a() function calls with instanceof operator 2016-03-11 19:07:45 +01:00
Pico.php Support REQUEST_URI routing method 2016-04-24 20:11:05 +02:00
PicoPluginInterface.php Various small improvements 2015-10-29 02:55:30 +01:00
PicoTwigExtension.php Replace is_a() function calls with instanceof operator 2016-03-11 19:07:45 +01:00