Blogger Information
Blog 25
fans 0
comment 0
visits 18649
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
11-11流水账
电动小老虎的博客
Original
757 people have browsed it

今天帮老婆接好了小厨宝,以后洗菜,洗完终于有热水了。老婆很高兴哦。明天开始 暴减计划。。。。

------------------------------------------------------------------------------------------------加油,努力!!!



1,搞清楚了 $this 到底是怎么回事了。

2,const 常量的访问方式  4种  类名::常量名    类变量::常量名   对象::常量名    对象::方法 (self::常量名)

3,对象的创建 6类  1,new 类名 2,new 类变量  3,new 对象  4,new parent  5, new self  6,new static

4, 类的自动加载,加载一个不存在的类时候 会自动触发 autoload($className )    通过判断 拼接的文件 ,如果存在 则引入文件。

spl_autoload_register('函数名')   如果参数为对象的话  第一个元素为数组   对象方法为static  则调用的方式['类名','函数名']   

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post