php parent self $this

parent  作用:1   访问父类static 属性  2 访问父类方法

self 作用: 1 访问本类static 属性  2 访问本类的方法

$this :1  指向当前对象  2 访问本类属性 方法。

 

posted @ 2016-12-23 22:24  天涯海角路  阅读(83)  评论(0)    收藏  举报