1 2 3 4 5 6 7
<?php require_once("GoPage.php"); $page = new GoPage("/stats"); echo $page->render(); ?>