<?php
class abhi
{
var $contents="default_abhi";
function abhi($contents)
{
$this->$contents = $contents;
}
function get_whats_there()
{
return $this->$contents;
}
}
$abhilash = new abhi("abhibutu");
echo $abhilash->get_whats_there();
?>
i 初始变数内容为缺省,也是建筑商,为什么不印刷价值,什么东西应当纠正?
见错误,
abhilash@abhilash:~$ php5 pgm2.php
Fatal error: Cannot access empty property in /home/abhilash/pgm2.php on line 13
abhilash@abhilash:~$