在PHP5之前,如果需要使用一个类,只需要直接使用include/require将其包含进来即可
test.class.php
class abc{
function __construct()
{
echo www.hzhuti.com;
}
?