<?php class Test { public function __construct() {} public function test() { echo 'Test 1<br />'; } } ?>
info at phpclasses dot org