background image

• this

 

关键字

 

局部变量和全局变量与 $this 

 

关键字

用 $this

 

调用对象中的其它方法

使用 $this

 

调用构造函数

– $this 

 

到底指的什么?

 

通过 $this 

 

传递对象

• parent::

 

关键字

通过 parent::

 

调用父类方法

父类的 private

 

属性

• 2.5 

 

重载 Overload 

在 PHP5 中不支持重载。