All pastes #2107949 Raw Edit

Miscellany

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

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

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

echo $View->getHTML();

?>