All pastes #2107950 Raw Edit

Miscellany

public text v1 · immutable
#2107950 ·published 2012-01-31 01:37 UTC
rendered paste body
<?php

$path = substr ($_SERVER['REQUEST_URI'], 11);

$View = Router::getViewByPath ($path);

echo $View->getHTML();

?>