構築の第1歩

<?php
require_once 'waggo.php';

class EXTop extends EXPCController
{
}

EXTop::START();
<p>
  EXTop page
</p>