search

Home  >  Q&A  >  body text

self和parent的用法?

self和parent的用法?

phpcn_u251phpcn_u2512912 days ago1025

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:43:30

    How to use self and parent? -PHP Chinese website Q&A-How to use self and parent? -PHP Chinese website Q&A

    Please watch and learn.

    reply
    0
  • 阿神

    阿神2016-12-24 15:59:13

    self在本类中可以用了调用类成员属性,如果要调用其他类就不行了,如果类a 继承了类b的一个属性 $shuxing  并且$shuxing还是静态的  这时候在类a中想调用$shuxing这个静态属性就要用parent来调用了

    reply
    0
  • Cancelreply