raphiz/protofast

View on GitHub
quickstart/index.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
require_once "protofast/HTMLPage.php";
use protofast\HTMLPage;

$site = new HTMLPage();
$site->setTitle("Home");
$site->render();