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