实例介绍
【实例简介】
PHP动态网站开发实例教程(第2版_钱兆楼 刘万辉)资源48368,免责声明,这是朋友分享的,我觉得有一定的参考价值
【实例截图】
【核心代码】
PHP动态网站开发实例教程(第2版_钱兆楼刘万辉)资源48368
└── 48368-00 PHP动态网站开发实例教程(第2版) 钱兆楼 刘万辉 资源
├── PPT课件
│ ├── 第三单元:MySQL数据库
│ │ ├── 3.1 数据库概述.pptx
│ │ ├── 3.2 MySQL服务器的启动和关闭.pptx
│ │ ├── 3.3.1 MySQL数据库操作.pptx
│ │ ├── 3.3.2 MySQL数据表操作.pptx
│ │ ├── 3.3.3 MySQL数据操作.pptx
│ │ ├── 3.5 PHP操作MySQL数据库的函数.pptx
│ │ ├── 3.6.1 数据添加.pptx
│ │ ├── 3.6.2 数据浏览.pptx
│ │ ├── 3.6.3 数据编辑.pptx
│ │ ├── 3.6.4 数据删除.pptx
│ │ ├── 3任务1:创建同学录数据库.pptx
│ │ └── 3任务2:运用PHP操作数据库实现数据分页.pptx
│ ├── 第一单元:PHP程序开发基础
│ │ ├── 1.1.1PHP的发展历史.pptx
│ │ ├── 1.1.2PHP语言特性.pptx
│ │ ├── 1.1.3动态网站开发语言特点.pptx
│ │ ├── 1.1.4PHP的岗位需求及应用领域.pptx
│ │ ├── 1.2.1PHP开发环境介绍.pptx
│ │ ├── 1.2.2PHP集成开发环境.pptx
│ │ ├── 1.3.1标量数据类型.pptx
│ │ ├── 1.3.2复合数据类型.pptx
│ │ ├── 1.3.3特殊数据类型.pptx
│ │ ├── 1.3.4数据类型的转换与检测.pptx
│ │ ├── 1.4.1常量.pptx
│ │ ├── 1.4.2变量.pptx
│ │ ├── 1.5.2字符串运算符.pptx
│ │ ├── 1.5.3赋值运算符.pptx
│ │ ├── 1.5.4位运算符.pptx
│ │ ├── 1.5.5递增或递减运算符.pptx
│ │ ├── 1.5.6逻辑运算符.pptx
│ │ ├── 1.5.7比较运算符.pptx
│ │ ├── 1.5.9运算符的优先级.pptx
│ │ ├── 1.6.1程序的三种控制结构.pptx
│ │ ├── 1.6.2条件控制语句.pptx
│ │ ├── 1.6.3循环控制语句.pptx
│ │ ├── 1.6.4break语句和continue语句.pptx
│ │ ├── 1任务1:PHP开发环境搭建.pptx
│ │ └── 1任务2:九九乘法表.pptx
│ ├── 第二单元:PHP函数与数据处理
│ │ ├── 2.1.1函数的定义和调用.pptx
│ │ ├── 2.1.2函数间的参数传递.pptx
│ │ ├── 2.1.3函数的返回值.pptx
│ │ ├── 2.1.4变量函数.pptx
│ │ ├── 2.1.5函数的引用.pptx
│ │ ├── 2.2.1PHP变量函数库.pptx
│ │ ├── 2.2.2PHP数学函数库.pptx
│ │ ├── 2.2.3PHP字符串函数库.pptx
│ │ ├── 2.2.4PHP日期函数库.pptx
│ │ ├── 2.3.1数组的创建和初始化.pptx
│ │ ├── 2.3.2键名和键值.pptx
│ │ ├── 2.3.3数组的遍历和输出.pptx
│ │ ├── 2.3.4数组的排序.pptx
│ │ ├── 2.4.1字符串的显示.pptx
│ │ ├── 2.4.2字符串的格式化.pptx
│ │ ├── 2.4.3常用的字符串操作函数.pptx
│ │ ├── 2.4.4字符串的替换.pptx
│ │ ├── 2.4.5字符串的比较.pptx
│ │ ├── 2.4.6字符串与HTML.pptx
│ │ ├── 2.4.7字符串与数组.pptx
│ │ ├── 2.5.PHP日期与时间.pptx
│ │ ├── 2.6目录操作.pptx
│ │ ├── 2.7文件操作.pptx
│ │ ├── 2任务1运用函数实现图形验证码.pptx
│ │ ├── 2任务2运用数据处理实现日历应用.pptx
│ │ └── 2任务3运用目录与文件实现投票统计.pptx
│ ├── 第五单元:综合项目实战
│ │ ├── 留言板系统
│ │ │ ├── 10、页面跳转.pptx
│ │ │ ├── 11、数据分页.pptx
│ │ │ ├── 12、数据过滤.pptx
│ │ │ ├── 13、防止SQL注入.pptx
│ │ │ ├── 14、用户登录.pptx
│ │ │ ├── 15、后台留言列表.pptx
│ │ │ ├── 16、留言回复与修改.pptx
│ │ │ ├── 17、留言删除.pptx
│ │ │ ├── 1、数据库设计.pptx
│ │ │ ├── 2、数据库操作类.pptx
│ │ │ ├── 3、模型类.pptx
│ │ │ ├── 4、控制器类.pptx
│ │ │ ├── 5、前端控制器.pptx
│ │ │ ├── 6、框架的实现.pptx
│ │ │ ├── 7、前台页面展示.pptx
│ │ │ ├── 8、发表留言.pptx
│ │ │ └── 9、留言列表.pptx
│ │ └── 学生管理系统
│ │ ├── 1.ThinkPHP简单使用.pptx
│ │ ├── 2.管理员登录.pptx
│ │ ├── 3.创建专业和班级.pptx
│ │ ├── 4.学生列表功能.pptx
│ │ ├── 5.学生添加功能.pptx
│ │ ├── 6.学生信息修改.pptx
│ │ └── 7.学生信息删除.pptx
│ └── 第四单元:面向对象编程
│ ├── 4.1 面向对象概述.pptx
│ ├── 4.1.3 $this关键字.pptx
│ ├── 4.1.4 构造方法与析构方法.pptx
│ ├── 4.2.1类的继承.pptx
│ ├── 4.2.2类的重载.pptx
│ ├── 4.3.1 类的封装.pptx
│ ├── 4.3.2 __set()、__get()方法.pptx
│ ├── 4.4.1 static关键字.pptx
│ ├── 4.4.2 final关键字.pptx
│ ├── 4.5 抽象方法与抽象类.pptx
│ ├── 4.6 接口技术.pptx
│ └── 4任务1:面向对象的图形面积和周长计算器.pptx
└── 参考代码
├── chapter1
│ ├── 1.3.1.php
│ ├── 1.3.2.php
│ ├── 1.3.3.php
│ ├── 1.3.4.php
│ ├── 1.4.1.php
│ ├── 1.4.2.php
│ ├── 1.5.1.php
│ ├── 1.5.2.php
│ ├── 1.5.3.php
│ ├── 1.5.4.php
│ ├── 1.5.7(8).php
│ ├── 1.6.2.php
│ ├── 1.6.3.php
│ ├── calculate
│ │ └── calculate.php
│ ├── myfirst.php
│ ├── price
│ │ ├── price.php
│ │ └── price_form.php
│ └── triangle
│ ├── triangle.php
│ ├── triangle_1.php
│ └── triangle_2.php
├── chapter2
│ ├── 2.1.1.php
│ ├── 2.1.2.php
│ ├── 2.1.3.php
│ ├── 2.1.4.php
│ ├── 2.1.5.php
│ ├── 2.2.1.php
│ ├── 2.2.2.php
│ ├── 2.2.3.php
│ ├── 2.2.4.php
│ ├── 2.3.1.php
│ ├── 2.3.2.php
│ ├── 2.3.3.php
│ ├── 2.3.4.php
│ ├── 2.4.1.php
│ ├── 2.4.2.php
│ ├── 2.4.3.php
│ ├── 2.4.4.php
│ ├── 2.4.5.php
│ ├── 2.4.6.php
│ ├── 2.4.7.php
│ ├── 2.5.php
│ ├── 2.6.php
│ ├── 2.7.php
│ ├── ball
│ │ └── ball.php
│ ├── calendar
│ │ ├── calendar.php
│ │ └── calendar_ext.php
│ ├── captcha
│ │ ├── captcha.php
│ │ ├── functions.php
│ │ ├── register.php
│ │ └── test_functions.php
│ ├── download.php
│ ├── fgets.php
│ ├── file
│ │ ├── image
│ │ │ ├── pic1.jpg
│ │ │ └── pic2.jpg
│ │ ├── list_size.php
│ │ └── scanList.php
│ ├── gushi.txt
│ ├── jpGraph
│ │ ├── jpGraph_3d.php
│ │ ├── jpGraph_bar.php
│ │ └── jpgraph
│ │ ├── Examples
│ │ │ ├── accbarex1.php
│ │ │ ├── accbarframeex01.php
│ │ │ ├── accbarframeex02.php
│ │ │ ├── accbarframeex03.php
│ │ │ ├── alphabarex1.php
│ │ │ ├── antispamex01.php
│ │ │ ├── aqua_example.php
│ │ │ ├── axislabelbkgex01.php
│ │ │ ├── axislabelbkgex02.php
│ │ │ ├── axislabelbkgex03.php
│ │ │ ├── axislabelbkgex04.php
│ │ │ ├── axislabelbkgex05.php
│ │ │ ├── axislabelbkgex06.php
│ │ │ ├── axislabelbkgex07.php
│ │ │ ├── background_type_ex0.php
│ │ │ ├── background_type_ex1.php
│ │ │ ├── background_type_ex2.php
│ │ │ ├── background_type_ex3.php
│ │ │ ├── background_type_ex4.php
│ │ │ ├── backgroundex01.php
│ │ │ ├── backgroundex02.php
│ │ │ ├── backgroundex03.php
│ │ │ ├── balloonex1.php
│ │ │ ├── balloonex2.php
│ │ │ ├── bar2scalesex1.php
│ │ │ ├── bar_csimex1.php
│ │ │ ├── bar_csimex2.php
│ │ │ ├── bar_csimex3.php
│ │ │ ├── barcode_errhandling_ex0.php
│ │ │ ├── barcode_ex0.php
│ │ │ ├── barcode_ex1.php
│ │ │ ├── barcode_ex2.php
│ │ │ ├── barcode_ex3.php
│ │ │ ├── barcode_ex4.php
│ │ │ ├── barcode_usps_example.php
│ │ │ ├── barcsim_details.php
│ │ │ ├── barcsim_popup.php
│ │ │ ├── barformatcallbackex1.php
│ │ │ ├── bargradex1.php
│ │ │ ├── bargradex2.php
│ │ │ ├── bargradex3.php
│ │ │ ├── bargradex4.php
│ │ │ ├── bargradex5.php
│ │ │ ├── bargradex6.php
│ │ │ ├── bargradsmallex1.php
│ │ │ ├── bargradsmallex2.php
│ │ │ ├── bargradsmallex3.php
│ │ │ ├── bargradsmallex4.php
│ │ │ ├── bargradsmallex5.php
│ │ │ ├── bargradsmallex6.php
│ │ │ ├── bargradsmallex7.php
│ │ │ ├── bargradsmallex8.php
│ │ │ ├── barimgex1.php
│ │ │ ├── barintex1.php
│ │ │ ├── barintex2.php
│ │ │ ├── barline_csimex1.php
│ │ │ ├── barlinealphaex1.php
│ │ │ ├── barlinefreq_csimex1.php
│ │ │ ├── barlinefreqex1.php
│ │ │ ├── barpatternex1.php
│ │ │ ├── barscalecallbackex1.php
│ │ │ ├── bartutex1.php
│ │ │ ├── bartutex12.php
│ │ │ ├── bartutex2.php
│ │ │ ├── bartutex3.php
│ │ │ ├── bartutex4.php
│ │ │ ├── bartutex5.php
│ │ │ ├── bartutex6.php
│ │ │ ├── basic_contourex01.php
│ │ │ ├── basic_contourex02.php
│ │ │ ├── basic_contourex03-1.php
│ │ │ ├── basic_contourex03-2.php
│ │ │ ├── basic_contourex03-3.php
│ │ │ ├── basic_contourex04.php
│ │ │ ├── basic_contourex05.php
│ │ │ ├── bezierex1.php
│ │ │ ├── bkgimgflagex1.php
│ │ │ ├── bkgimgflagex2.php
│ │ │ ├── bkgimgflagex3.php
│ │ │ ├── bkgimgflagex4.php
│ │ │ ├── bkgimgflagex5.php
│ │ │ ├── blueblack400x300grad.png
│ │ │ ├── boxstockcsimex1.php
│ │ │ ├── boxstockex1.php
│ │ │ ├── boxstockex2.php
│ │ │ ├── builtinplotmarksex1.php
│ │ │ ├── canvas_jpgarchex.php
│ │ │ ├── canvasbezierex1.php
│ │ │ ├── canvasex01.php
│ │ │ ├── canvasex02.php
│ │ │ ├── canvasex03.php
│ │ │ ├── canvasex04.php
│ │ │ ├── canvasex05.php
│ │ │ ├── canvasex06.php
│ │ │ ├── canvaspiralex1.php
│ │ │ ├── ccbp_ex1.php
│ │ │ ├── ccbp_ex2.php
│ │ │ ├── ccbpgraph.class.php
│ │ │ ├── centeredlineex01.php
│ │ │ ├── centeredlineex02.php
│ │ │ ├── centeredlineex03.php
│ │ │ ├── centerlinebarex1.php
│ │ │ ├── checkgd.php
│ │ │ ├── checkgd2.php
│ │ │ ├── checkttf.php
│ │ │ ├── classroom.jpg
│ │ │ ├── clipping_ex1.php
│ │ │ ├── clipping_ex2.php
│ │ │ ├── colormaps.php
│ │ │ ├── comb90dategraphex01.php
│ │ │ ├── comb90dategraphex02.php
│ │ │ ├── comb90dategraphex03.php
│ │ │ ├── combgraphex1.php
│ │ │ ├── combgraphex2.php
│ │ │ ├── contour2_ex1.php
│ │ │ ├── contour2_ex2.php
│ │ │ ├── contour2_ex3.php
│ │ │ ├── contour2_ex4.php
│ │ │ ├── contour2_ex5.php
│ │ │ ├── contour2_ex6.php
│ │ │ ├── contour2_ex7.php
│ │ │ ├── contourex01.php
│ │ │ ├── contourex02.php
│ │ │ ├── contourex03.php
│ │ │ ├── contourex04.php
│ │ │ ├── contourex05.php
│ │ │ ├── csim_in_html_ex1.php
│ │ │ ├── csim_in_html_ex2.php
│ │ │ ├── csim_in_html_graph_ex1.php
│ │ │ ├── csim_in_html_graph_ex2.php
│ │ │ ├── datamatrix_ex0.php
│ │ │ ├── datamatrix_ex00.php
│ │ │ ├── datamatrix_ex1.php
│ │ │ ├── datamatrix_ex2.php
│ │ │ ├── datamatrix_ex3.php
│ │ │ ├── datamatrix_ex4.php
│ │ │ ├── datamatrix_ex5.php
│ │ │ ├── datamatrix_ex6.php
│ │ │ ├── datamatrix_ex7.php
│ │ │ ├── dataset01.inc.php
│ │ │ ├── dateaxisex1.php
│ │ │ ├── dateaxisex2.php
│ │ │ ├── dateaxisex3.php
│ │ │ ├── dateaxisex4.php
│ │ │ ├── datescaleticksex01.php
│ │ │ ├── dateutilex01.php
│ │ │ ├── dateutilex02.php
│ │ │ ├── dm_ex6.png
│ │ │ ├── dupyaxisex1.php
│ │ │ ├── example0-0.php
│ │ │ ├── example0.php
│ │ │ ├── example1.1.php
│ │ │ ├── example1.2.php
│ │ │ ├── example1.php
│ │ │ ├── example10.php
│ │ │ ├── example11.php
│ │ │ ├── example13.php
│ │ │ ├── example14.php
│ │ │ ├── example15.php
│ │ │ ├── example16.1.php
│ │ │ ├── example16.2.php
│ │ │ ├── example16.3.php
│ │ │ ├── example16.4.php
│ │ │ ├── example16.5.php
│ │ │ ├── example16.6.php
│ │ │ ├── example16.php
│ │ │ ├── example17.php
│ │ │ ├── example18.php
│ │ │ ├── example19.1.php
│ │ │ ├── example19.php
│ │ │ ├── example2.1.php
│ │ │ ├── example2.5.php
│ │ │ ├── example2.6.php
│ │ │ ├── example2.php
│ │ │ ├── example20.1.php
│ │ │ ├── example20.2.php
│ │ │ ├── example20.3.php
│ │ │ ├── example20.4.php
│ │ │ ├── example20.5.php
│ │ │ ├── example20.php
│ │ │ ├── example21.php
│ │ │ ├── example22.php
│ │ │ ├── example23.php
│ │ │ ├── example24.php
│ │ │ ├── example25.1.php
│ │ │ ├── example25.2.php
│ │ │ ├── example25.php
│ │ │ ├── example26.1.php
│ │ │ ├── example26.php
│ │ │ ├── example27.1.php
│ │ │ ├── example27.2.php
│ │ │ ├── example27.3.php
│ │ │ ├── example27.php
│ │ │ ├── example28.1.php
│ │ │ ├── example28.2.php
│ │ │ ├── example28.3.php
│ │ │ ├── example28.php
│ │ │ ├── example3.0.1.php
│ │ │ ├── example3.0.2.php
│ │ │ ├── example3.0.3.php
│ │ │ ├── example3.1.1.php
│ │ │ ├── example3.1.php
│ │ │ ├── example3.2.1.php
│ │ │ ├── example3.2.2.php
│ │ │ ├── example3.2.php
│ │ │ ├── example3.3.php
│ │ │ ├── example3.4.1.php
│ │ │ ├── example3.4.php
│ │ │ ├── example3.php
│ │ │ ├── example4.php
│ │ │ ├── example5.1.php
│ │ │ ├── example5.php
│ │ │ ├── example6.1.php
│ │ │ ├── example6.2.php
│ │ │ ├── example6.php
│ │ │ ├── example7.php
│ │ │ ├── example8.1.php
│ │ │ ├── example8.php
│ │ │ ├── example9.1.php
│ │ │ ├── example9.2.php
│ │ │ ├── example9.php
│ │ │ ├── exampleex9.php
│ │ │ ├── fieldscatterex1.php
│ │ │ ├── filledgridex1.php
│ │ │ ├── filledline01.php
│ │ │ ├── filledlineex01.1.php
│ │ │ ├── filledlineex01.php
│ │ │ ├── filledlineex02.php
│ │ │ ├── filledlineex03.php
│ │ │ ├── filledstepstyleex1.php
│ │ │ ├── fireplace.jpg
│ │ │ ├── fixscale_radarex1.php
│ │ │ ├── footerex1.php
│ │ │ ├── funcex1.php
│ │ │ ├── funcex2.php
│ │ │ ├── funcex3.php
│ │ │ ├── funcex4.php
│ │ │ ├── fusion_example.php
│ │ │ ├── gantt_samerowex1.php
│ │ │ ├── gantt_samerowex2.php
│ │ │ ├── gantt_textex1.php
│ │ │ ├── ganttcolumnfontsex01.php
│ │ │ ├── ganttconstrainex0.php
│ │ │ ├── ganttconstrainex1.php
│ │ │ ├── ganttconstrainex2.php
│ │ │ ├── ganttcsimex01.php
│ │ │ ├── ganttcsimex02.php
│ │ │ ├── ganttex00.php
│ │ │ ├── ganttex01.php
│ │ │ ├── ganttex02.php
│ │ │ ├── ganttex03.php
│ │ │ ├── ganttex04.php
│ │ │ ├── ganttex05.php
│ │ │ ├── ganttex06.php
│ │ │ ├── ganttex07.php
│ │ │ ├── ganttex08.php
│ │ │ ├── ganttex09.php
│ │ │ ├── ganttex10.php
│ │ │ ├── ganttex11.php
│ │ │ ├── ganttex12.php
│ │ │ ├── ganttex13-zoom1.php
│ │ │ ├── ganttex13-zoom2.php
│ │ │ ├── ganttex13.php
│ │ │ ├── ganttex14.php
│ │ │ ├── ganttex15.php
│ │ │ ├── ganttex16.php
│ │ │ ├── ganttex17-flag.php
│ │ │ ├── ganttex17.php
│ │ │ ├── ganttex18.php
│ │ │ ├── ganttex19.php
│ │ │ ├── ganttex30.php
│ │ │ ├── ganttex_slice.php
│ │ │ ├── gantthgridex1.php
│ │ │ ├── gantthourex1.php
│ │ │ ├── gantthourminex1.php
│ │ │ ├── gantticonex1.php
│ │ │ ├── ganttmonthyearex1.php
│ │ │ ├── ganttmonthyearex2.php
│ │ │ ├── ganttmonthyearex3.php
│ │ │ ├── ganttmonthyearex4.php
│ │ │ ├── ganttsimpleex1.php
│ │ │ ├── grace_ex0.php
│ │ │ ├── grace_ex1.php
│ │ │ ├── grace_ex2.php
│ │ │ ├── grace_ex3.php
│ │ │ ├── gradbkgex1.php
│ │ │ ├── gradlinefillex1.php
│ │ │ ├── gradlinefillex2.php
│ │ │ ├── gradlinefillex3.php
│ │ │ ├── gradlinefillex4.php
│ │ │ ├── green_example.php
│ │ │ ├── groupbarex1.php
│ │ │ ├── heat1.jpg
│ │ │ ├── horizbarex1.php
│ │ │ ├── horizbarex2.php
│ │ │ ├── horizbarex3.php
│ │ │ ├── horizbarex4.php
│ │ │ ├── horizbarex6.php
│ │ │ ├── icon.jpg
│ │ │ ├── imgmarkercsimex1.php
│ │ │ ├── imgmarkerex1.php
│ │ │ ├── impulsex1.php
│ │ │ ├── impulsex2.php
│ │ │ ├── impulsex3.php
│ │ │ ├── impulsex4.php
│ │ │ ├── index.html
│ │ │ ├── interpolation-growth-log.php
│ │ │ ├── interpolation-growth.php
│ │ │ ├── inyaxisex1.php
│ │ │ ├── inyaxisex2.php
│ │ │ ├── inyaxisex3.php
│ │ │ ├── ironrod.jpg
│ │ │ ├── jpglogo.jpg
│ │ │ ├── ledex1.php
│ │ │ ├── ledex10.php
│ │ │ ├── ledex11.php
│ │ │ ├── ledex12.php
│ │ │ ├── ledex13.php
│ │ │ ├── ledex14.php
│ │ │ ├── ledex15.php
│ │ │ ├── ledex16.php
│ │ │ ├── ledex17.php
│ │ │ ├── ledex2.php
│ │ │ ├── ledex3.php
│ │ │ ├── ledex4.1.php
│ │ │ ├── ledex4.2.php
│ │ │ ├── ledex4.php
│ │ │ ├── ledex5.php
│ │ │ ├── ledex6.php
│ │ │ ├── ledex7.php
│ │ │ ├── ledex8.php
│ │ │ ├── ledex9.php
│ │ │ ├── ledex_cyrillic.php
│ │ │ ├── ledex_cyrillic2.php
│ │ │ ├── lightbluedarkblue400x300grad.png
│ │ │ ├── linebarcentex1.php
│ │ │ ├── linebarex1.php
│ │ │ ├── linebarex2.php
│ │ │ ├── linebarex3.php
│ │ │ ├── linegraceex.php
│ │ │ ├── lineiconex1.php
│ │ │ ├── lineiconex2.php
│ │ │ ├── lineimagefillex1.php
│ │ │ ├── linlogex1.php
│ │ │ ├── listallflags.php
│ │ │ ├── listallflags_helper.php
│ │ │ ├── listfontsex1.php
│ │ │ ├── logbarex1.php
│ │ │ ├── loglogex1.php
│ │ │ ├── manscaleex1.php
│ │ │ ├── manscaleex2.php
│ │ │ ├── manscaleex3.php
│ │ │ ├── manscaleex4.php
│ │ │ ├── manual_textscale_ex1.php
│ │ │ ├── manual_textscale_ex2.php
│ │ │ ├── manual_textscale_ex3.php
│ │ │ ├── manual_textscale_ex4.php
│ │ │ ├── manualtickex1.php
│ │ │ ├── manualtickex1a.php
│ │ │ ├── manualtickex2.php
│ │ │ ├── manualtickex3.php
│ │ │ ├── manualtickex4.php
│ │ │ ├── markflagex1.php
│ │ │ ├── matrix_csimex01.php
│ │ │ ├── matrix_edgeex01.php
│ │ │ ├── matrix_edgeex02.php
│ │ │ ├── matrix_ex0.php
│ │ │ ├── matrix_ex01.php
│ │ │ ├── matrix_ex02.php
│ │ │ ├── matrix_ex03.php
│ │ │ ├── matrix_ex04.1.php
│ │ │ ├── matrix_ex04.2.php
│ │ │ ├── matrix_ex04.php
│ │ │ ├── matrix_ex05.php
│ │ │ ├── matrix_ex06.php
│ │ │ ├── matrix_introex.php
│ │ │ ├── matrix_layout_ex1.php
│ │ │ ├── matrixex00.php
│ │ │ ├── mkgrad.php
│ │ │ ├── multconstganttex01.php
│ │ │ ├── mulyaxiscsimex1.php
│ │ │ ├── mulyaxisex1.php
│ │ │ ├── negbarvalueex01.php
│ │ │ ├── new1.gif
│ │ │ ├── new2.gif
│ │ │ ├── new_bar1.php
│ │ │ ├── new_bar3.php
│ │ │ ├── new_bar4.php
│ │ │ ├── new_bar6.php
│ │ │ ├── new_line1.php
│ │ │ ├── new_line2.php
│ │ │ ├── new_line3.php
│ │ │ ├── new_line4.php
│ │ │ ├── new_line5.php
│ │ │ ├── new_pie1.php
│ │ │ ├── new_pie2.php
│ │ │ ├── new_pie3.php
│ │ │ ├── new_pie4.php
│ │ │ ├── new_step1.php
│ │ │ ├── nullvalueex01.php
│ │ │ ├── ocean_example.php
│ │ │ ├── odoex00.php
│ │ │ ├── odoex01.php
│ │ │ ├── odoex010.php
│ │ │ ├── odoex011.php
│ │ │ ├── odoex012.php
│ │ │ ├── odoex02.php
│ │ │ ├── odoex03.php
│ │ │ ├── odoex04.php
│ │ │ ├── odoex05.php
│ │ │ ├── odoex06.php
│ │ │ ├── odoex07.php
│ │ │ ├── odoex08.php
│ │ │ ├── odoex09.php
│ │ │ ├── odotutex00.php
│ │ │ ├── odotutex01.php
│ │ │ ├── odotutex02.php
│ │ │ ├── odotutex03.php
│ │ │ ├── odotutex04.php
│ │ │ ├── odotutex06.php
│ │ │ ├── odotutex07.php
│ │ │ ├── odotutex08.1.php
│ │ │ ├── odotutex08.php
│ │ │ ├── odotutex09.php
│ │ │ ├── odotutex10.php
│ │ │ ├── odotutex11.php
│ │ │ ├── odotutex12.php
│ │ │ ├── odotutex13.php
│ │ │ ├── odotutex14.php
│ │ │ ├── odotutex15.php
│ │ │ ├── odotutex16.1.php
│ │ │ ├── odotutex16.php
│ │ │ ├── odotutex17.php
│ │ │ ├── odotutex18.php
│ │ │ ├── odotutex19.php
│ │ │ ├── orange_example.php
│ │ │ ├── partiallyfilledlineex1.php
│ │ │ ├── pastel_example.php
│ │ │ ├── pdf417_ex0.php
│ │ │ ├── pdf417_ex1.php
│ │ │ ├── pdf417_ex1b.php
│ │ │ ├── pdf417_ex1c.php
│ │ │ ├── pdf417_ex2.php
│ │ │ ├── pdf417_ex3.php
│ │ │ ├── pdf417_ex4.php
│ │ │ ├── pdf417_ex5.php
│ │ │ ├── pdf417_ex6.php
│ │ │ ├── penguin.png
│ │ │ ├── pie3d_csimex1.php
│ │ │ ├── pie3dex1.php
│ │ │ ├── pie3dex2.php
│ │ │ ├── pie3dex3.php
│ │ │ ├── pie3dex4.php
│ │ │ ├── pie3dex5.php
│ │ │ ├── pie_csimex1.php
│ │ │ ├── piebkgex1.php
│ │ │ ├── piec_csimex1.php
│ │ │ ├── piecex1.php
│ │ │ ├── piecex2.php
│ │ │ ├── pieex1.php
│ │ │ ├── pieex2.php
│ │ │ ├── pieex3.php
│ │ │ ├── pieex4.php
│ │ │ ├── pieex5.php
│ │ │ ├── pieex6.php
│ │ │ ├── pieex7.php
│ │ │ ├── pieex8.php
│ │ │ ├── pieex9.php
│ │ │ ├── pielabelsex1.php
│ │ │ ├── pielabelsex2.php
│ │ │ ├── pielabelsex3.php
│ │ │ ├── pielabelsex4.php
│ │ │ ├── pielabelsex5.php
│ │ │ ├── plotbanddensity_ex0.php
│ │ │ ├── plotbanddensity_ex1.php
│ │ │ ├── plotbanddensity_ex2.php
│ │ │ ├── plotlineex1.php
│ │ │ ├── polar_csimex1.php
│ │ │ ├── polarclockex1.php
│ │ │ ├── polarclockex2.php
│ │ │ ├── polarex0-180.php
│ │ │ ├── polarex0.php
│ │ │ ├── polarex1.php
│ │ │ ├── polarex10.php
│ │ │ ├── polarex2.php
│ │ │ ├── polarex3-lin.php
│ │ │ ├── polarex3.php
│ │ │ ├── polarex4.php
│ │ │ ├── polarex5.php
│ │ │ ├── polarex6.php
│ │ │ ├── polarex7-1.php
│ │ │ ├── polarex7-2.php
│ │ │ ├── polarex7.php
│ │ │ ├── polarex8.php
│ │ │ ├── polarex9.php
│ │ │ ├── prepaccdata_example.php
│ │ │ ├── pushpinex1.php
│ │ │ ├── pushpinex2.php
│ │ │ ├── qr-input.txt
│ │ │ ├── qr_template.php
│ │ │ ├── qrexample0.php
│ │ │ ├── qrexample00.php
│ │ │ ├── qrexample01.php
│ │ │ ├── qrexample02.php
│ │ │ ├── qrexample03.php
│ │ │ ├── qrexample03.png
│ │ │ ├── qrexample04.php
│ │ │ ├── qrexample05.php
│ │ │ ├── qrexample06.php
│ │ │ ├── qrexample07.php
│ │ │ ├── qrexample08.php
│ │ │ ├── qrexample09.php
│ │ │ ├── qrexample10.php
│ │ │ ├── qrexample11.php
│ │ │ ├── qrexample12.php
│ │ │ ├── radar_csimex1.php
│ │ │ ├── radarex1.php
│ │ │ ├── radarex2.php
│ │ │ ├── radarex3.php
│ │ │ ├── radarex4.php
│ │ │ ├── radarex5.php
│ │ │ ├── radarex6.1.php
│ │ │ ├── radarex6.php
│ │ │ ├── radarex7.php
│ │ │ ├── radarex8.1.php
│ │ │ ├── radarex8.php
│ │ │ ├── radarex9.php
│ │ │ ├── radarlogex1-aa.php
│ │ │ ├── radarlogex1.php
│ │ │ ├── radarlogex2.php
│ │ │ ├── radarmarkex1.php
│ │ │ ├── rose.gif
│ │ │ ├── rose_example.php
│ │ │ ├── rotateex1.php
│ │ │ ├── rotex0.php
│ │ │ ├── rotex1.php
│ │ │ ├── rotex2.php
│ │ │ ├── rotex3.php
│ │ │ ├── rotex4.php
│ │ │ ├── rotex5.php
│ │ │ ├── saab_95.jpg
│ │ │ ├── scatter_csimex1.php
│ │ │ ├── scatterex1.php
│ │ │ ├── scatterex2.php
│ │ │ ├── scatterlinkex1.php
│ │ │ ├── scatterlinkex2.php
│ │ │ ├── scatterlinkex3.php
│ │ │ ├── scatterlinkex4.php
│ │ │ ├── scatterrotex1.php
│ │ │ ├── show-example.php
│ │ │ ├── show-image.php
│ │ │ ├── show-source.php
│ │ │ ├── smallstaticbandsex1.php
│ │ │ ├── smallstaticbandsex10.php
│ │ │ ├── smallstaticbandsex11.php
│ │ │ ├── smallstaticbandsex2.php
│ │ │ ├── smallstaticbandsex3.php
│ │ │ ├── smallstaticbandsex4.php
│ │ │ ├── smallstaticbandsex5.php
│ │ │ ├── smallstaticbandsex6.php
│ │ │ ├── smallstaticbandsex7.php
│ │ │ ├── smallstaticbandsex8.php
│ │ │ ├── smallstaticbandsex9.php
│ │ │ ├── softy_example.php
│ │ │ ├── splineex1.php
│ │ │ ├── staticbandbarex1.php
│ │ │ ├── staticbandbarex2.php
│ │ │ ├── staticbandbarex3.php
│ │ │ ├── staticbandbarex4.php
│ │ │ ├── staticbandbarex5.php
│ │ │ ├── staticbandbarex6.php
│ │ │ ├── staticbandbarex7.php
│ │ │ ├── staticlinebarex1.php
│ │ │ ├── stockex1.php
│ │ │ ├── stockex2.php
│ │ │ ├── stship.jpg
│ │ │ ├── sunflower.gif
│ │ │ ├── sunspotsex1.php
│ │ │ ├── sunspotsex2.php
│ │ │ ├── sunspotsex3.php
│ │ │ ├── sunspotsex4.php
│ │ │ ├── sunspotsex5.php
│ │ │ ├── sunspotsex6.php
│ │ │ ├── sunspotsex7.php
│ │ │ ├── table_flagex1.php
│ │ │ ├── table_howto1.php
│ │ │ ├── table_howto2.php
│ │ │ ├── table_howto3.php
│ │ │ ├── table_howto4.php
│ │ │ ├── table_howto5.php
│ │ │ ├── table_howto6.php
│ │ │ ├── table_howto7.1.php
│ │ │ ├── table_howto7.2.php
│ │ │ ├── table_howto7.php
│ │ │ ├── table_howto8.php
│ │ │ ├── table_howto9.php
│ │ │ ├── table_mex0.php
│ │ │ ├── table_mex00.php
│ │ │ ├── table_mex1.php
│ │ │ ├── table_mex2.php
│ │ │ ├── table_mex3.php
│ │ │ ├── table_vtext.php
│ │ │ ├── table_vtext_ex1.php
│ │ │ ├── tablebarex1.php
│ │ │ ├── tablebarex1_csim.php
│ │ │ ├── tableex00.php
│ │ │ ├── tableex01.php
│ │ │ ├── tableex01_csim.php
│ │ │ ├── tableex02.php
│ │ │ ├── tableex03.php
│ │ │ ├── tableex04.php
│ │ │ ├── tableex05.php
│ │ │ ├── tabtitleex1.php
│ │ │ ├── testsuit.php
│ │ │ ├── text-example1.php
│ │ │ ├── text-example2.php
│ │ │ ├── textalignex1.php
│ │ │ ├── textpalignex1.php
│ │ │ ├── theme_example.php
│ │ │ ├── tiger1.jpg
│ │ │ ├── tiger_bkg.gif
│ │ │ ├── tiger_bkg.jpg
│ │ │ ├── tiger_bkg.png
│ │ │ ├── timestampex01.php
│ │ │ ├── titlecsimex01.php
│ │ │ ├── titleex1.php
│ │ │ ├── topxaxisex1.php
│ │ │ ├── tornado.jpg
│ │ │ ├── tr1.jpg
│ │ │ ├── tr2.jpg
│ │ │ ├── tr3.jpg
│ │ │ ├── tr4.jpg
│ │ │ ├── tr5.jpg
│ │ │ ├── tr6.jpg
│ │ │ ├── universal_example.php
│ │ │ ├── vivid_example.php
│ │ │ ├── windrose_2plots_ex1.php
│ │ │ ├── windrose_bgimg_ex1.php
│ │ │ ├── windrose_ex0.php
│ │ │ ├── windrose_ex1.php
│ │ │ ├── windrose_ex1b.php
│ │ │ ├── windrose_ex2.1.php
│ │ │ ├── windrose_ex2.php
│ │ │ ├── windrose_ex3.php
│ │ │ ├── windrose_ex4.php
│ │ │ ├── windrose_ex5.php
│ │ │ ├── windrose_ex6.1.php
│ │ │ ├── windrose_ex6.php
│ │ │ ├── windrose_ex7.1.php
│ │ │ ├── windrose_ex7.php
│ │ │ ├── windrose_ex8.1.php
│ │ │ ├── windrose_ex8.php
│ │ │ ├── windrose_ex9.1.php
│ │ │ ├── windrose_ex9.php
│ │ │ ├── windrose_icon_ex1.php
│ │ │ ├── windrose_layout_ex0.php
│ │ │ ├── windrose_layout_ex1.php
│ │ │ ├── worldmap1.jpg
│ │ │ ├── y2synch.php
│ │ │ ├── y2synch2.php
│ │ │ └── yearssn.txt
│ │ ├── README
│ │ ├── barcode
│ │ │ ├── demoapp
│ │ │ │ ├── barcode_image.php
│ │ │ │ ├── barcode_menu.php
│ │ │ │ └── index.html
│ │ │ ├── examples
│ │ │ │ ├── barcode_errhandling_ex0.php
│ │ │ │ ├── barcode_ex0.php
│ │ │ │ ├── barcode_ex1.php
│ │ │ │ ├── barcode_ex2.php
│ │ │ │ ├── barcode_ex3.php
│ │ │ │ ├── barcode_ex4.php
│ │ │ │ └── barcode_usps_example.php
│ │ │ └── mkbarcode.php
│ │ ├── flag_mapping
│ │ ├── flags.dat
│ │ ├── flags_thumb100x100.dat
│ │ ├── flags_thumb35x35.dat
│ │ ├── flags_thumb60x60.dat
│ │ ├── fonts
│ │ │ ├── DejaVuSans-Bold.ttf
│ │ │ ├── DejaVuSans-BoldOblique.ttf
│ │ │ ├── DejaVuSans-Oblique.ttf
│ │ │ ├── DejaVuSans.ttf
│ │ │ ├── FF_FONT0-Bold.gdf
│ │ │ ├── FF_FONT0.gdf
│ │ │ ├── FF_FONT1-Bold.gdf
│ │ │ ├── FF_FONT1.gdf
│ │ │ ├── FF_FONT2-Bold.gdf
│ │ │ └── FF_FONT2.gdf
│ │ ├── gd_image.inc.php
│ │ ├── imageSmoothArc.php
│ │ ├── imgdata_balls.inc.php
│ │ ├── imgdata_bevels.inc.php
│ │ ├── imgdata_diamonds.inc.php
│ │ ├── imgdata_pushpins.inc.php
│ │ ├── imgdata_squares.inc.php
│ │ ├── imgdata_stars.inc.php
│ │ ├── jpg-config.inc.php
│ │ ├── jpg-config.inc.php.orig
│ │ ├── jpgraph.php
│ │ ├── jpgraph_antispam-digits.php
│ │ ├── jpgraph_antispam.php
│ │ ├── jpgraph_bar.php
│ │ ├── jpgraph_canvas.php
│ │ ├── jpgraph_canvtools.php
│ │ ├── jpgraph_contour.php
│ │ ├── jpgraph_date.php
│ │ ├── jpgraph_errhandler.inc.php
│ │ ├── jpgraph_error.php
│ │ ├── jpgraph_flags.php
│ │ ├── jpgraph_gantt.php
│ │ ├── jpgraph_gb2312.php
│ │ ├── jpgraph_gradient.php
│ │ ├── jpgraph_iconplot.php
│ │ ├── jpgraph_imgtrans.php
│ │ ├── jpgraph_led.php
│ │ ├── jpgraph_legend.inc.php
│ │ ├── jpgraph_line.php
│ │ ├── jpgraph_log.php
│ │ ├── jpgraph_meshinterpolate.inc.php
│ │ ├── jpgraph_mgraph.php
│ │ ├── jpgraph_pie.php
│ │ ├── jpgraph_pie3d.php
│ │ ├── jpgraph_plotband.php
│ │ ├── jpgraph_plotline.php
│ │ ├── jpgraph_plotmark.inc.php
│ │ ├── jpgraph_polar.php
│ │ ├── jpgraph_radar.php
│ │ ├── jpgraph_regstat.php
│ │ ├── jpgraph_rgb.inc.php
│ │ ├── jpgraph_scatter.php
│ │ ├── jpgraph_stock.php
│ │ ├── jpgraph_table.php
│ │ ├── jpgraph_text.inc.php
│ │ ├── jpgraph_theme.inc.php
│ │ ├── jpgraph_ttf.inc.php
│ │ ├── jpgraph_utils.inc.php
│ │ ├── jpgraph_windrose.php
│ │ ├── lang
│ │ │ ├── de.inc.php
│ │ │ ├── en.inc.php
│ │ │ └── prod.inc.php
│ │ └── themes
│ │ ├── AquaTheme.class.php
│ │ ├── GreenTheme.class.php
│ │ ├── OceanTheme.class.php
│ │ ├── OrangeTheme.class.php
│ │ ├── PastelTheme.class.php
│ │ ├── RoseTheme.class.php
│ │ ├── SoftyTheme.class.php
│ │ ├── UniversalTheme.class.php
│ │ └── VividTheme.class.php
│ ├── newEmptyPHP.php
│ ├── order
│ │ └── order.php
│ ├── php_gd
│ │ ├── imagecreate_1.php
│ │ └── imagecreate_2.php
│ ├── readfile.php
│ ├── register
│ │ ├── captcha.php
│ │ ├── functions.php
│ │ └── register.php
│ ├── songci.txt
│ ├── suffix
│ │ └── suffix.php
│ ├── upload
│ │ ├── form.html
│ │ ├── upload
│ │ │ ├── pic1.jpg
│ │ │ └── pic2.jpg
│ │ ├── upload_file.php
│ │ ├── upload_file_1.php
│ │ ├── upload_file_2.php
│ │ └── upload_file_4.php
│ ├── vote
│ │ ├── vote.php
│ │ └── vote.txt
│ └── welcome.txt
├── chapter3
│ ├── 3.5.1.php
│ ├── 3.5.2.php
│ ├── 3.5.3.php
│ ├── 3.5.4.php
│ ├── 3.6.1.php
│ ├── 3.6.2.php
│ ├── 3.6.3
│ │ ├── conn.php
│ │ ├── css
│ │ │ └── style.css
│ │ ├── index.php
│ │ ├── update.php
│ │ └── update_ok.php
│ ├── 3.6.4
│ │ ├── conn.php
│ │ ├── css
│ │ │ └── style.css
│ │ ├── delete.php
│ │ ├── index.php
│ │ ├── update.php
│ │ └── update_ok.php
│ ├── css
│ │ └── style.css
│ ├── multi_del
│ │ ├── conn.php
│ │ ├── css
│ │ │ └── style.css
│ │ ├── delete.php
│ │ └── index.php
│ └── pages
│ ├── conn.php
│ └── index.php
├── chapter4
│ ├── 4.1.3.php
│ ├── 4.1.4.php
│ ├── 4.1.php
│ ├── 4.2.1.php
│ ├── 4.2.2.php
│ ├── 4.3.1.php
│ ├── 4.3.1_2.php
│ ├── 4.3.2.php
│ ├── 4.3.2_1.php
│ ├── 4.4.1.php
│ ├── 4.4.2.php
│ ├── 4.4.3.php
│ ├── 4.4.4.php
│ ├── 4.4.5.php
│ ├── 4.4.6.php
│ ├── 4.4.6_1.php
│ ├── 4.4.7.php
│ ├── 4.4.8.php
│ ├── 4.5.php
│ ├── 4.6.php
│ ├── 4.6_1.php
│ ├── 4.7.php
│ ├── MyClass1.class.php
│ ├── MyClass2.class.php
│ ├── factory
│ │ ├── MySQL.php
│ │ ├── SQLite.php
│ │ └── factory.php
│ ├── mysql
│ │ ├── ConnDb.php
│ │ ├── DbForm.php
│ │ ├── newEmptyPHP.php
│ │ └── style.css
│ ├── newEmptyPHP.php
│ ├── shape
│ │ ├── circle.class.php
│ │ ├── form.class.php
│ │ ├── index.php
│ │ ├── rect.class.php
│ │ ├── result.class.php
│ │ ├── shape.class.php
│ │ └── triangle.class.php
│ └── singleton
│ └── singleton.php
└── chapter5
├── hcit_msg
│ ├── application
│ │ ├── admin
│ │ │ ├── controller
│ │ │ │ ├── adminController.class.php
│ │ │ │ ├── commentController.class.php
│ │ │ │ └── platformController.class.php
│ │ │ ├── model
│ │ │ │ ├── adminModel.class.php
│ │ │ │ └── commentModel.class.php
│ │ │ └── view
│ │ │ ├── admin_login.html
│ │ │ ├── comment_list.html
│ │ │ └── comment_reply.html
│ │ ├── config
│ │ │ └── app.conf.php
│ │ └── home
│ │ ├── controller
│ │ │ ├── commentController.class.php
│ │ │ └── platformController.class.php
│ │ ├── model
│ │ │ └── commentModel.class.php
│ │ └── view
│ │ ├── comment_info.html
│ │ ├── comment_list.html
│ │ └── jump.html
│ ├── framework
│ │ ├── MySQLPDO.class.php
│ │ ├── commentController.class.php
│ │ ├── commentModel.class.php
│ │ ├── comment_list.html
│ │ ├── framework.class.php
│ │ ├── index.php
│ │ ├── model.class.php
│ │ ├── newEmptyPHP.php
│ │ ├── page.class.php
│ │ ├── test_MySQLPDO.php
│ │ └── test_commentModel.php
│ ├── index.php
│ ├── nbproject
│ │ ├── private
│ │ │ ├── config.properties
│ │ │ ├── private.properties
│ │ │ └── private.xml
│ │ ├── project.properties
│ │ └── project.xml
│ └── public
│ ├── SQL
│ │ ├── admin.sql
│ │ ├── data.sql
│ │ └── sql1.sql
│ └── css
│ ├── admin.css
│ └── home.css
└── hcit_student
├── Application
│ ├── Admin
│ │ ├── Controller
│ │ │ ├── EmptyController.class.php
│ │ │ ├── IndexController.class.php
│ │ │ ├── MajorController.class.php
│ │ │ └── StudentController.class.php
│ │ ├── Model
│ │ │ └── MajorModel.class.php
│ │ └── View
│ │ ├── Index
│ │ │ ├── footer.html
│ │ │ ├── header.html
│ │ │ ├── index.html
│ │ │ └── login.html
│ │ ├── Major
│ │ │ └── showList.html
│ │ └── Student
│ │ ├── add.html
│ │ ├── addAll.html
│ │ ├── showList.html
│ │ └── update.html
│ ├── Common
│ │ ├── Common
│ │ │ └── index.html
│ │ ├── Conf
│ │ │ ├── config.php
│ │ │ └── index.html
│ │ └── index.html
│ ├── Home
│ │ ├── Common
│ │ │ └── index.html
│ │ ├── Conf
│ │ │ ├── config.php
│ │ │ └── index.html
│ │ ├── Controller
│ │ │ ├── IndexController.class.php
│ │ │ └── index.html
│ │ ├── Model
│ │ │ └── index.html
│ │ ├── View
│ │ │ └── index.html
│ │ └── index.html
│ ├── README.md
│ ├── Runtime
│ │ ├── Cache
│ │ │ ├── Admin
│ │ │ │ ├── 041185b974292283d2f6098acc3220ec.php
│ │ │ │ ├── 3903fab26aa91903a82e3fe41b6ed976.php
│ │ │ │ ├── 5d896276c01cd1eecd897f372b0b7fe6.php
│ │ │ │ ├── 5f813c586beedb8092eefb2dced3fd17.php
│ │ │ │ ├── 9160f9231ca1309aa0ac03f0ee76ed06.php
│ │ │ │ ├── 9c2fde91b1e66d21bbf76b601d4a9b40.php
│ │ │ │ ├── a6ebf0a44a652b15518da398f9d1e9a4.php
│ │ │ │ ├── b595b808c2ebeeeb0478ffc30bb4e87a.php
│ │ │ │ └── d4adb3da4357ffc16af7ebdcb9c0acf4.php
│ │ │ ├── Home
│ │ │ │ ├── 20914c0f075f91df3579ffbdf5180b02.php
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── Data
│ │ │ └── index.html
│ │ ├── Logs
│ │ │ ├── Admin
│ │ │ │ ├── 17_02_02.log
│ │ │ │ ├── 17_02_03.log
│ │ │ │ ├── 17_02_04.log
│ │ │ │ ├── 17_02_05.log
│ │ │ │ ├── 17_02_06.log
│ │ │ │ └── 17_02_07.log
│ │ │ ├── Common
│ │ │ │ └── 17_02_02.log
│ │ │ ├── Home
│ │ │ │ ├── 17_01_21.log
│ │ │ │ ├── 17_02_02.log
│ │ │ │ ├── 17_02_03.log
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── Temp
│ │ │ └── index.html
│ │ └── index.html
│ └── index.html
├── Public
│ ├── README.md
│ ├── css
│ │ └── style.css
│ ├── images
│ │ ├── append.png
│ │ ├── bg_n.jpg
│ │ ├── bgnav.jpg
│ │ ├── leftbgbt2.jpg
│ │ ├── leftdhbg.jpg
│ │ ├── remove.png
│ │ └── sns_top_nav_bg.png
│ └── js
│ └── jquery.min.js
├── README.md
├── ThinkPHP
│ ├── Common
│ │ └── functions.php
│ ├── Conf
│ │ ├── convention.php
│ │ └── debug.php
│ ├── LICENSE.txt
│ ├── Lang
│ │ ├── en-us.php
│ │ ├── pt-br.php
│ │ ├── zh-cn.php
│ │ └── zh-tw.php
│ ├── Library
│ │ ├── Behavior
│ │ │ ├── AgentCheckBehavior.class.php
│ │ │ ├── BorisBehavior.class.php
│ │ │ ├── BrowserCheckBehavior.class.php
│ │ │ ├── BuildLiteBehavior.class.php
│ │ │ ├── CheckActionRouteBehavior.class.php
│ │ │ ├── CheckLangBehavior.class.php
│ │ │ ├── ChromeShowPageTraceBehavior.class.php
│ │ │ ├── ContentReplaceBehavior.class.php
│ │ │ ├── CronRunBehavior.class.php
│ │ │ ├── FireShowPageTraceBehavior.class.php
│ │ │ ├── ParseTemplateBehavior.class.php
│ │ │ ├── ReadHtmlCacheBehavior.class.php
│ │ │ ├── RobotCheckBehavior.class.php
│ │ │ ├── ShowPageTraceBehavior.class.php
│ │ │ ├── ShowRuntimeBehavior.class.php
│ │ │ ├── TokenBuildBehavior.class.php
│ │ │ ├── UpgradeNoticeBehavior.class.php
│ │ │ └── WriteHtmlCacheBehavior.class.php
│ │ ├── Org
│ │ │ ├── Net
│ │ │ │ ├── Http.class.php
│ │ │ │ └── IpLocation.class.php
│ │ │ └── Util
│ │ │ ├── ArrayList.class.php
│ │ │ ├── CodeSwitch.class.php
│ │ │ ├── Date.class.php
│ │ │ ├── Rbac.class.php
│ │ │ ├── Stack.class.php
│ │ │ └── String.class.php
│ │ ├── Think
│ │ │ ├── App.class.php
│ │ │ ├── Auth.class.php
│ │ │ ├── Behavior.class.php
│ │ │ ├── Build.class.php
│ │ │ ├── Cache
│ │ │ │ └── Driver
│ │ │ │ ├── Apachenote.class.php
│ │ │ │ ├── Apc.class.php
│ │ │ │ ├── Db.class.php
│ │ │ │ ├── Eaccelerator.class.php
│ │ │ │ ├── File.class.php
│ │ │ │ ├── Memcache.class.php
│ │ │ │ ├── Memcached.class.php
│ │ │ │ ├── Memcachesae.class.php
│ │ │ │ ├── Redis.class.php
│ │ │ │ ├── Shmop.class.php
│ │ │ │ ├── Sqlite.class.php
│ │ │ │ ├── Wincache.class.php
│ │ │ │ └── Xcache.class.php
│ │ │ ├── Cache.class.php
│ │ │ ├── Controller
│ │ │ │ ├── HproseController.class.php
│ │ │ │ ├── JsonRpcController.class.php
│ │ │ │ ├── RestController.class.php
│ │ │ │ ├── RpcController.class.php
│ │ │ │ └── YarController.class.php
│ │ │ ├── Controller.class.php
│ │ │ ├── Crypt
│ │ │ │ └── Driver
│ │ │ │ ├── Base64.class.php
│ │ │ │ ├── Crypt.class.php
│ │ │ │ ├── Des.class.php
│ │ │ │ ├── Think.class.php
│ │ │ │ └── Xxtea.class.php
│ │ │ ├── Crypt.class.php
│ │ │ ├── Db
│ │ │ │ ├── Driver
│ │ │ │ │ ├── Firebird.class.php
│ │ │ │ │ ├── Mongo.class.php
│ │ │ │ │ ├── Mysql.class.php
│ │ │ │ │ ├── Oracle.class.php
│ │ │ │ │ ├── Pgsql.class.php
│ │ │ │ │ ├── Sqlite.class.php
│ │ │ │ │ └── Sqlsrv.class.php
│ │ │ │ ├── Driver.class.php
│ │ │ │ └── Lite.class.php
│ │ │ ├── Db.class.php
│ │ │ ├── Dispatcher.class.php
│ │ │ ├── Exception.class.php
│ │ │ ├── Hook.class.php
│ │ │ ├── Image
│ │ │ │ └── Driver
│ │ │ │ ├── GIF.class.php
│ │ │ │ ├── Gd.class.php
│ │ │ │ └── Imagick.class.php
│ │ │ ├── Image.class.php
│ │ │ ├── Log
│ │ │ │ └── Driver
│ │ │ │ ├── File.class.php
│ │ │ │ └── Sae.class.php
│ │ │ ├── Log.class.php
│ │ │ ├── Model
│ │ │ │ ├── AdvModel.class.php
│ │ │ │ ├── MergeModel.class.php
│ │ │ │ ├── MongoModel.class.php
│ │ │ │ ├── RelationModel.class.php
│ │ │ │ └── ViewModel.class.php
│ │ │ ├── Model.class.php
│ │ │ ├── Page.class.php
│ │ │ ├── Route.class.php
│ │ │ ├── Session
│ │ │ │ └── Driver
│ │ │ │ ├── Db.class.php
│ │ │ │ ├── Memcache.class.php
│ │ │ │ └── Mysqli.class.php
│ │ │ ├── Storage
│ │ │ │ └── Driver
│ │ │ │ ├── File.class.php
│ │ │ │ └── Sae.class.php
│ │ │ ├── Storage.class.php
│ │ │ ├── Template
│ │ │ │ ├── Driver
│ │ │ │ │ ├── Ease.class.php
│ │ │ │ │ ├── Lite.class.php
│ │ │ │ │ ├── Mobile.class.php
│ │ │ │ │ ├── Smart.class.php
│ │ │ │ │ └── Smarty.class.php
│ │ │ │ ├── TagLib
│ │ │ │ │ ├── Cx.class.php
│ │ │ │ │ └── Html.class.php
│ │ │ │ └── TagLib.class.php
│ │ │ ├── Template.class.php
│ │ │ ├── Think.class.php
│ │ │ ├── Upload
│ │ │ │ └── Driver
│ │ │ │ ├── Bcs
│ │ │ │ │ ├── bcs.class.php
│ │ │ │ │ ├── mimetypes.class.php
│ │ │ │ │ └── requestcore.class.php
│ │ │ │ ├── Bcs.class.php
│ │ │ │ ├── Ftp.class.php
│ │ │ │ ├── Local.class.php
│ │ │ │ ├── Qiniu
│ │ │ │ │ └── QiniuStorage.class.php
│ │ │ │ ├── Qiniu.class.php
│ │ │ │ ├── Sae.class.php
│ │ │ │ └── Upyun.class.php
│ │ │ ├── Upload.class.php
│ │ │ ├── Verify
│ │ │ │ ├── bgs
│ │ │ │ │ ├── 1.jpg
│ │ │ │ │ ├── 2.jpg
│ │ │ │ │ ├── 3.jpg
│ │ │ │ │ ├── 4.jpg
│ │ │ │ │ ├── 5.jpg
│ │ │ │ │ ├── 6.jpg
│ │ │ │ │ ├── 7.jpg
│ │ │ │ │ └── 8.jpg
│ │ │ │ └── ttfs
│ │ │ │ ├── 1.ttf
│ │ │ │ ├── 2.ttf
│ │ │ │ ├── 3.ttf
│ │ │ │ ├── 4.ttf
│ │ │ │ ├── 5.ttf
│ │ │ │ └── 6.ttf
│ │ │ ├── Verify.class.php
│ │ │ └── View.class.php
│ │ └── Vendor
│ │ ├── Boris
│ │ │ ├── Boris.php
│ │ │ ├── CLIOptionsHandler.php
│ │ │ ├── ColoredInspector.php
│ │ │ ├── Config.php
│ │ │ ├── DumpInspector.php
│ │ │ ├── EvalWorker.php
│ │ │ ├── ExportInspector.php
│ │ │ ├── Inspector.php
│ │ │ ├── ReadlineClient.php
│ │ │ └── ShallowParser.php
│ │ ├── EaseTemplate
│ │ │ ├── template.core.php
│ │ │ └── template.ease.php
│ │ ├── Hprose
│ │ │ ├── HproseClassManager.php
│ │ │ ├── HproseClient.php
│ │ │ ├── HproseCommon.php
│ │ │ ├── HproseFormatter.php
│ │ │ ├── HproseHttpClient.php
│ │ │ ├── HproseHttpServer.php
│ │ │ ├── HproseIO.php
│ │ │ ├── HproseIOStream.php
│ │ │ ├── HproseReader.php
│ │ │ ├── HproseTags.php
│ │ │ └── HproseWriter.php
│ │ ├── README.txt
│ │ ├── SmartTemplate
│ │ │ ├── class.smarttemplate.php
│ │ │ ├── class.smarttemplatedebugger.php
│ │ │ └── class.smarttemplateparser.php
│ │ ├── Smarty
│ │ │ ├── Smarty.class.php
│ │ │ ├── SmartyBC.class.php
│ │ │ ├── debug.tpl
│ │ │ ├── plugins
│ │ │ │ ├── block.textformat.php
│ │ │ │ ├── function.counter.php
│ │ │ │ ├── function.cycle.php
│ │ │ │ ├── function.fetch.php
│ │ │ │ ├── function.html_checkboxes.php
│ │ │ │ ├── function.html_image.php
│ │ │ │ ├── function.html_options.php
│ │ │ │ ├── function.html_radios.php
│ │ │ │ ├── function.html_select_date.php
│ │ │ │ ├── function.html_select_time.php
│ │ │ │ ├── function.html_table.php
│ │ │ │ ├── function.mailto.php
│ │ │ │ ├── function.math.php
│ │ │ │ ├── modifier.capitalize.php
│ │ │ │ ├── modifier.date_format.php
│ │ │ │ ├── modifier.debug_print_var.php
│ │ │ │ ├── modifier.escape.php
│ │ │ │ ├── modifier.regex_replace.php
│ │ │ │ ├── modifier.replace.php
│ │ │ │ ├── modifier.spacify.php
│ │ │ │ ├── modifier.truncate.php
│ │ │ │ ├── modifiercompiler.cat.php
│ │ │ │ ├── modifiercompiler.count_characters.php
│ │ │ │ ├── modifiercompiler.count_paragraphs.php
│ │ │ │ ├── modifiercompiler.count_sentences.php
│ │ │ │ ├── modifiercompiler.count_words.php
│ │ │ │ ├── modifiercompiler.default.php
│ │ │ │ ├── modifiercompiler.escape.php
│ │ │ │ ├── modifiercompiler.from_charset.php
│ │ │ │ ├── modifiercompiler.indent.php
│ │ │ │ ├── modifiercompiler.lower.php
│ │ │ │ ├── modifiercompiler.noprint.php
│ │ │ │ ├── modifiercompiler.string_format.php
│ │ │ │ ├── modifiercompiler.strip.php
│ │ │ │ ├── modifiercompiler.strip_tags.php
│ │ │ │ ├── modifiercompiler.to_charset.php
│ │ │ │ ├── modifiercompiler.unescape.php
│ │ │ │ ├── modifiercompiler.upper.php
│ │ │ │ ├── modifiercompiler.wordwrap.php
│ │ │ │ ├── outputfilter.trimwhitespace.php
│ │ │ │ ├── shared.escape_special_chars.php
│ │ │ │ ├── shared.literal_compiler_param.php
│ │ │ │ ├── shared.make_timestamp.php
│ │ │ │ ├── shared.mb_str_replace.php
│ │ │ │ ├── shared.mb_unicode.php
│ │ │ │ ├── shared.mb_wordwrap.php
│ │ │ │ └── variablefilter.htmlspecialchars.php
│ │ │ └── sysplugins
│ │ │ ├── smarty_cacheresource.php
│ │ │ ├── smarty_cacheresource_custom.php
│ │ │ ├── smarty_cacheresource_keyvaluestore.php
│ │ │ ├── smarty_config_source.php
│ │ │ ├── smarty_internal_cacheresource_file.php
│ │ │ ├── smarty_internal_compile_append.php
│ │ │ ├── smarty_internal_compile_assign.php
│ │ │ ├── smarty_internal_compile_block.php
│ │ │ ├── smarty_internal_compile_break.php
│ │ │ ├── smarty_internal_compile_call.php
│ │ │ ├── smarty_internal_compile_capture.php
│ │ │ ├── smarty_internal_compile_config_load.php
│ │ │ ├── smarty_internal_compile_continue.php
│ │ │ ├── smarty_internal_compile_debug.php
│ │ │ ├── smarty_internal_compile_eval.php
│ │ │ ├── smarty_internal_compile_extends.php
│ │ │ ├── smarty_internal_compile_for.php
│ │ │ ├── smarty_internal_compile_foreach.php
│ │ │ ├── smarty_internal_compile_function.php
│ │ │ ├── smarty_internal_compile_if.php
│ │ │ ├── smarty_internal_compile_include.php
│ │ │ ├── smarty_internal_compile_include_php.php
│ │ │ ├── smarty_internal_compile_insert.php
│ │ │ ├── smarty_internal_compile_ldelim.php
│ │ │ ├── smarty_internal_compile_nocache.php
│ │ │ ├── smarty_internal_compile_private_block_plugin.php
│ │ │ ├── smarty_internal_compile_private_function_plugin.php
│ │ │ ├── smarty_internal_compile_private_modifier.php
│ │ │ ├── smarty_internal_compile_private_object_block_function.php
│ │ │ ├── smarty_internal_compile_private_object_function.php
│ │ │ ├── smarty_internal_compile_private_print_expression.php
│ │ │ ├── smarty_internal_compile_private_registered_block.php
│ │ │ ├── smarty_internal_compile_private_registered_function.php
│ │ │ ├── smarty_internal_compile_private_special_variable.php
│ │ │ ├── smarty_internal_compile_rdelim.php
│ │ │ ├── smarty_internal_compile_section.php
│ │ │ ├── smarty_internal_compile_setfilter.php
│ │ │ ├── smarty_internal_compile_while.php
│ │ │ ├── smarty_internal_compilebase.php
│ │ │ ├── smarty_internal_config.php
│ │ │ ├── smarty_internal_config_file_compiler.php
│ │ │ ├── smarty_internal_configfilelexer.php
│ │ │ ├── smarty_internal_configfileparser.php
│ │ │ ├── smarty_internal_data.php
│ │ │ ├── smarty_internal_debug.php
│ │ │ ├── smarty_internal_filter_handler.php
│ │ │ ├── smarty_internal_function_call_handler.php
│ │ │ ├── smarty_internal_get_include_path.php
│ │ │ ├── smarty_internal_nocache_insert.php
│ │ │ ├── smarty_internal_parsetree.php
│ │ │ ├── smarty_internal_resource_eval.php
│ │ │ ├── smarty_internal_resource_extends.php
│ │ │ ├── smarty_internal_resource_file.php
│ │ │ ├── smarty_internal_resource_php.php
│ │ │ ├── smarty_internal_resource_registered.php
│ │ │ ├── smarty_internal_resource_stream.php
│ │ │ ├── smarty_internal_resource_string.php
│ │ │ ├── smarty_internal_smartytemplatecompiler.php
│ │ │ ├── smarty_internal_template.php
│ │ │ ├── smarty_internal_templatebase.php
│ │ │ ├── smarty_internal_templatecompilerbase.php
│ │ │ ├── smarty_internal_templatelexer.php
│ │ │ ├── smarty_internal_templateparser.php
│ │ │ ├── smarty_internal_utility.php
│ │ │ ├── smarty_internal_write_file.php
│ │ │ ├── smarty_resource.php
│ │ │ ├── smarty_resource_custom.php
│ │ │ ├── smarty_resource_recompiled.php
│ │ │ ├── smarty_resource_uncompiled.php
│ │ │ └── smarty_security.php
│ │ ├── TemplateLite
│ │ │ ├── class.compiler.php
│ │ │ ├── class.config.php
│ │ │ ├── class.template.php
│ │ │ └── internal
│ │ │ ├── compile.compile_config.php
│ │ │ ├── compile.compile_custom_block.php
│ │ │ ├── compile.compile_custom_function.php
│ │ │ ├── compile.compile_if.php
│ │ │ ├── compile.generate_compiler_debug_output.php
│ │ │ ├── compile.include.php
│ │ │ ├── compile.parse_is_expr.php
│ │ │ ├── compile.section_start.php
│ │ │ ├── debug.tpl
│ │ │ ├── template.build_dir.php
│ │ │ ├── template.config_loader.php
│ │ │ ├── template.destroy_dir.php
│ │ │ ├── template.fetch_compile_include.php
│ │ │ └── template.generate_debug_output.php
│ │ ├── jsonRPC
│ │ │ ├── jsonRPCClient.php
│ │ │ └── jsonRPCServer.php
│ │ ├── phpRPC
│ │ │ ├── bigint.php
│ │ │ ├── compat.php
│ │ │ ├── dhparams
│ │ │ │ ├── 1024.dhp
│ │ │ │ ├── 128.dhp
│ │ │ │ ├── 1536.dhp
│ │ │ │ ├── 160.dhp
│ │ │ │ ├── 192.dhp
│ │ │ │ ├── 2048.dhp
│ │ │ │ ├── 256.dhp
│ │ │ │ ├── 3072.dhp
│ │ │ │ ├── 4096.dhp
│ │ │ │ ├── 512.dhp
│ │ │ │ ├── 768.dhp
│ │ │ │ └── 96.dhp
│ │ │ ├── dhparams.php
│ │ │ ├── pecl
│ │ │ │ └── xxtea
│ │ │ │ ├── CREDITS
│ │ │ │ ├── INSTALL
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php_xxtea.c
│ │ │ │ ├── php_xxtea.dsp
│ │ │ │ ├── php_xxtea.h
│ │ │ │ ├── php_xxtea.sln
│ │ │ │ ├── php_xxtea.vcproj
│ │ │ │ ├── test
│ │ │ │ │ └── test.php
│ │ │ │ ├── xxtea.c
│ │ │ │ └── xxtea.h
│ │ │ ├── phprpc_client.php
│ │ │ ├── phprpc_date.php
│ │ │ ├── phprpc_server.php
│ │ │ └── xxtea.php
│ │ └── spyc
│ │ ├── COPYING
│ │ ├── README.md
│ │ ├── Spyc.php
│ │ ├── composer.json
│ │ ├── examples
│ │ │ ├── yaml-dump.php
│ │ │ └── yaml-load.php
│ │ ├── php4
│ │ │ ├── 5to4.php
│ │ │ ├── spyc.php4
│ │ │ └── test.php4
│ │ ├── spyc.yaml
│ │ └── tests
│ │ ├── DumpTest.php
│ │ ├── IndentTest.php
│ │ ├── ParseTest.php
│ │ ├── RoundTripTest.php
│ │ ├── comments.yaml
│ │ ├── failing1.yaml
│ │ ├── indent_1.yaml
│ │ └── quotes.yaml
│ ├── Mode
│ │ ├── Api
│ │ │ ├── App.class.php
│ │ │ ├── Controller.class.php
│ │ │ ├── Dispatcher.class.php
│ │ │ └── functions.php
│ │ ├── Lite
│ │ │ ├── App.class.php
│ │ │ ├── Controller.class.php
│ │ │ ├── Dispatcher.class.php
│ │ │ ├── Model.class.php
│ │ │ ├── View.class.php
│ │ │ ├── convention.php
│ │ │ └── functions.php
│ │ ├── Sae
│ │ │ └── convention.php
│ │ ├── api.php
│ │ ├── common.php
│ │ ├── lite.php
│ │ └── sae.php
│ ├── ThinkPHP.php
│ ├── Tpl
│ │ ├── dispatch_jump.tpl
│ │ ├── page_trace.tpl
│ │ └── think_exception.tpl
│ └── logo.png
├── composer.json
├── data.sql
├── index.php
└── nbproject
├── private
│ ├── private.properties
│ └── private.xml
├── project.properties
└── project.xml
163 directories, 1474 files
PHP动态网站开发实例教程(第2版_钱兆楼 刘万辉)资源48368,免责声明,这是朋友分享的,我觉得有一定的参考价值
【实例截图】
【核心代码】
PHP动态网站开发实例教程(第2版_钱兆楼刘万辉)资源48368
└── 48368-00 PHP动态网站开发实例教程(第2版) 钱兆楼 刘万辉 资源
├── PPT课件
│ ├── 第三单元:MySQL数据库
│ │ ├── 3.1 数据库概述.pptx
│ │ ├── 3.2 MySQL服务器的启动和关闭.pptx
│ │ ├── 3.3.1 MySQL数据库操作.pptx
│ │ ├── 3.3.2 MySQL数据表操作.pptx
│ │ ├── 3.3.3 MySQL数据操作.pptx
│ │ ├── 3.5 PHP操作MySQL数据库的函数.pptx
│ │ ├── 3.6.1 数据添加.pptx
│ │ ├── 3.6.2 数据浏览.pptx
│ │ ├── 3.6.3 数据编辑.pptx
│ │ ├── 3.6.4 数据删除.pptx
│ │ ├── 3任务1:创建同学录数据库.pptx
│ │ └── 3任务2:运用PHP操作数据库实现数据分页.pptx
│ ├── 第一单元:PHP程序开发基础
│ │ ├── 1.1.1PHP的发展历史.pptx
│ │ ├── 1.1.2PHP语言特性.pptx
│ │ ├── 1.1.3动态网站开发语言特点.pptx
│ │ ├── 1.1.4PHP的岗位需求及应用领域.pptx
│ │ ├── 1.2.1PHP开发环境介绍.pptx
│ │ ├── 1.2.2PHP集成开发环境.pptx
│ │ ├── 1.3.1标量数据类型.pptx
│ │ ├── 1.3.2复合数据类型.pptx
│ │ ├── 1.3.3特殊数据类型.pptx
│ │ ├── 1.3.4数据类型的转换与检测.pptx
│ │ ├── 1.4.1常量.pptx
│ │ ├── 1.4.2变量.pptx
│ │ ├── 1.5.2字符串运算符.pptx
│ │ ├── 1.5.3赋值运算符.pptx
│ │ ├── 1.5.4位运算符.pptx
│ │ ├── 1.5.5递增或递减运算符.pptx
│ │ ├── 1.5.6逻辑运算符.pptx
│ │ ├── 1.5.7比较运算符.pptx
│ │ ├── 1.5.9运算符的优先级.pptx
│ │ ├── 1.6.1程序的三种控制结构.pptx
│ │ ├── 1.6.2条件控制语句.pptx
│ │ ├── 1.6.3循环控制语句.pptx
│ │ ├── 1.6.4break语句和continue语句.pptx
│ │ ├── 1任务1:PHP开发环境搭建.pptx
│ │ └── 1任务2:九九乘法表.pptx
│ ├── 第二单元:PHP函数与数据处理
│ │ ├── 2.1.1函数的定义和调用.pptx
│ │ ├── 2.1.2函数间的参数传递.pptx
│ │ ├── 2.1.3函数的返回值.pptx
│ │ ├── 2.1.4变量函数.pptx
│ │ ├── 2.1.5函数的引用.pptx
│ │ ├── 2.2.1PHP变量函数库.pptx
│ │ ├── 2.2.2PHP数学函数库.pptx
│ │ ├── 2.2.3PHP字符串函数库.pptx
│ │ ├── 2.2.4PHP日期函数库.pptx
│ │ ├── 2.3.1数组的创建和初始化.pptx
│ │ ├── 2.3.2键名和键值.pptx
│ │ ├── 2.3.3数组的遍历和输出.pptx
│ │ ├── 2.3.4数组的排序.pptx
│ │ ├── 2.4.1字符串的显示.pptx
│ │ ├── 2.4.2字符串的格式化.pptx
│ │ ├── 2.4.3常用的字符串操作函数.pptx
│ │ ├── 2.4.4字符串的替换.pptx
│ │ ├── 2.4.5字符串的比较.pptx
│ │ ├── 2.4.6字符串与HTML.pptx
│ │ ├── 2.4.7字符串与数组.pptx
│ │ ├── 2.5.PHP日期与时间.pptx
│ │ ├── 2.6目录操作.pptx
│ │ ├── 2.7文件操作.pptx
│ │ ├── 2任务1运用函数实现图形验证码.pptx
│ │ ├── 2任务2运用数据处理实现日历应用.pptx
│ │ └── 2任务3运用目录与文件实现投票统计.pptx
│ ├── 第五单元:综合项目实战
│ │ ├── 留言板系统
│ │ │ ├── 10、页面跳转.pptx
│ │ │ ├── 11、数据分页.pptx
│ │ │ ├── 12、数据过滤.pptx
│ │ │ ├── 13、防止SQL注入.pptx
│ │ │ ├── 14、用户登录.pptx
│ │ │ ├── 15、后台留言列表.pptx
│ │ │ ├── 16、留言回复与修改.pptx
│ │ │ ├── 17、留言删除.pptx
│ │ │ ├── 1、数据库设计.pptx
│ │ │ ├── 2、数据库操作类.pptx
│ │ │ ├── 3、模型类.pptx
│ │ │ ├── 4、控制器类.pptx
│ │ │ ├── 5、前端控制器.pptx
│ │ │ ├── 6、框架的实现.pptx
│ │ │ ├── 7、前台页面展示.pptx
│ │ │ ├── 8、发表留言.pptx
│ │ │ └── 9、留言列表.pptx
│ │ └── 学生管理系统
│ │ ├── 1.ThinkPHP简单使用.pptx
│ │ ├── 2.管理员登录.pptx
│ │ ├── 3.创建专业和班级.pptx
│ │ ├── 4.学生列表功能.pptx
│ │ ├── 5.学生添加功能.pptx
│ │ ├── 6.学生信息修改.pptx
│ │ └── 7.学生信息删除.pptx
│ └── 第四单元:面向对象编程
│ ├── 4.1 面向对象概述.pptx
│ ├── 4.1.3 $this关键字.pptx
│ ├── 4.1.4 构造方法与析构方法.pptx
│ ├── 4.2.1类的继承.pptx
│ ├── 4.2.2类的重载.pptx
│ ├── 4.3.1 类的封装.pptx
│ ├── 4.3.2 __set()、__get()方法.pptx
│ ├── 4.4.1 static关键字.pptx
│ ├── 4.4.2 final关键字.pptx
│ ├── 4.5 抽象方法与抽象类.pptx
│ ├── 4.6 接口技术.pptx
│ └── 4任务1:面向对象的图形面积和周长计算器.pptx
└── 参考代码
├── chapter1
│ ├── 1.3.1.php
│ ├── 1.3.2.php
│ ├── 1.3.3.php
│ ├── 1.3.4.php
│ ├── 1.4.1.php
│ ├── 1.4.2.php
│ ├── 1.5.1.php
│ ├── 1.5.2.php
│ ├── 1.5.3.php
│ ├── 1.5.4.php
│ ├── 1.5.7(8).php
│ ├── 1.6.2.php
│ ├── 1.6.3.php
│ ├── calculate
│ │ └── calculate.php
│ ├── myfirst.php
│ ├── price
│ │ ├── price.php
│ │ └── price_form.php
│ └── triangle
│ ├── triangle.php
│ ├── triangle_1.php
│ └── triangle_2.php
├── chapter2
│ ├── 2.1.1.php
│ ├── 2.1.2.php
│ ├── 2.1.3.php
│ ├── 2.1.4.php
│ ├── 2.1.5.php
│ ├── 2.2.1.php
│ ├── 2.2.2.php
│ ├── 2.2.3.php
│ ├── 2.2.4.php
│ ├── 2.3.1.php
│ ├── 2.3.2.php
│ ├── 2.3.3.php
│ ├── 2.3.4.php
│ ├── 2.4.1.php
│ ├── 2.4.2.php
│ ├── 2.4.3.php
│ ├── 2.4.4.php
│ ├── 2.4.5.php
│ ├── 2.4.6.php
│ ├── 2.4.7.php
│ ├── 2.5.php
│ ├── 2.6.php
│ ├── 2.7.php
│ ├── ball
│ │ └── ball.php
│ ├── calendar
│ │ ├── calendar.php
│ │ └── calendar_ext.php
│ ├── captcha
│ │ ├── captcha.php
│ │ ├── functions.php
│ │ ├── register.php
│ │ └── test_functions.php
│ ├── download.php
│ ├── fgets.php
│ ├── file
│ │ ├── image
│ │ │ ├── pic1.jpg
│ │ │ └── pic2.jpg
│ │ ├── list_size.php
│ │ └── scanList.php
│ ├── gushi.txt
│ ├── jpGraph
│ │ ├── jpGraph_3d.php
│ │ ├── jpGraph_bar.php
│ │ └── jpgraph
│ │ ├── Examples
│ │ │ ├── accbarex1.php
│ │ │ ├── accbarframeex01.php
│ │ │ ├── accbarframeex02.php
│ │ │ ├── accbarframeex03.php
│ │ │ ├── alphabarex1.php
│ │ │ ├── antispamex01.php
│ │ │ ├── aqua_example.php
│ │ │ ├── axislabelbkgex01.php
│ │ │ ├── axislabelbkgex02.php
│ │ │ ├── axislabelbkgex03.php
│ │ │ ├── axislabelbkgex04.php
│ │ │ ├── axislabelbkgex05.php
│ │ │ ├── axislabelbkgex06.php
│ │ │ ├── axislabelbkgex07.php
│ │ │ ├── background_type_ex0.php
│ │ │ ├── background_type_ex1.php
│ │ │ ├── background_type_ex2.php
│ │ │ ├── background_type_ex3.php
│ │ │ ├── background_type_ex4.php
│ │ │ ├── backgroundex01.php
│ │ │ ├── backgroundex02.php
│ │ │ ├── backgroundex03.php
│ │ │ ├── balloonex1.php
│ │ │ ├── balloonex2.php
│ │ │ ├── bar2scalesex1.php
│ │ │ ├── bar_csimex1.php
│ │ │ ├── bar_csimex2.php
│ │ │ ├── bar_csimex3.php
│ │ │ ├── barcode_errhandling_ex0.php
│ │ │ ├── barcode_ex0.php
│ │ │ ├── barcode_ex1.php
│ │ │ ├── barcode_ex2.php
│ │ │ ├── barcode_ex3.php
│ │ │ ├── barcode_ex4.php
│ │ │ ├── barcode_usps_example.php
│ │ │ ├── barcsim_details.php
│ │ │ ├── barcsim_popup.php
│ │ │ ├── barformatcallbackex1.php
│ │ │ ├── bargradex1.php
│ │ │ ├── bargradex2.php
│ │ │ ├── bargradex3.php
│ │ │ ├── bargradex4.php
│ │ │ ├── bargradex5.php
│ │ │ ├── bargradex6.php
│ │ │ ├── bargradsmallex1.php
│ │ │ ├── bargradsmallex2.php
│ │ │ ├── bargradsmallex3.php
│ │ │ ├── bargradsmallex4.php
│ │ │ ├── bargradsmallex5.php
│ │ │ ├── bargradsmallex6.php
│ │ │ ├── bargradsmallex7.php
│ │ │ ├── bargradsmallex8.php
│ │ │ ├── barimgex1.php
│ │ │ ├── barintex1.php
│ │ │ ├── barintex2.php
│ │ │ ├── barline_csimex1.php
│ │ │ ├── barlinealphaex1.php
│ │ │ ├── barlinefreq_csimex1.php
│ │ │ ├── barlinefreqex1.php
│ │ │ ├── barpatternex1.php
│ │ │ ├── barscalecallbackex1.php
│ │ │ ├── bartutex1.php
│ │ │ ├── bartutex12.php
│ │ │ ├── bartutex2.php
│ │ │ ├── bartutex3.php
│ │ │ ├── bartutex4.php
│ │ │ ├── bartutex5.php
│ │ │ ├── bartutex6.php
│ │ │ ├── basic_contourex01.php
│ │ │ ├── basic_contourex02.php
│ │ │ ├── basic_contourex03-1.php
│ │ │ ├── basic_contourex03-2.php
│ │ │ ├── basic_contourex03-3.php
│ │ │ ├── basic_contourex04.php
│ │ │ ├── basic_contourex05.php
│ │ │ ├── bezierex1.php
│ │ │ ├── bkgimgflagex1.php
│ │ │ ├── bkgimgflagex2.php
│ │ │ ├── bkgimgflagex3.php
│ │ │ ├── bkgimgflagex4.php
│ │ │ ├── bkgimgflagex5.php
│ │ │ ├── blueblack400x300grad.png
│ │ │ ├── boxstockcsimex1.php
│ │ │ ├── boxstockex1.php
│ │ │ ├── boxstockex2.php
│ │ │ ├── builtinplotmarksex1.php
│ │ │ ├── canvas_jpgarchex.php
│ │ │ ├── canvasbezierex1.php
│ │ │ ├── canvasex01.php
│ │ │ ├── canvasex02.php
│ │ │ ├── canvasex03.php
│ │ │ ├── canvasex04.php
│ │ │ ├── canvasex05.php
│ │ │ ├── canvasex06.php
│ │ │ ├── canvaspiralex1.php
│ │ │ ├── ccbp_ex1.php
│ │ │ ├── ccbp_ex2.php
│ │ │ ├── ccbpgraph.class.php
│ │ │ ├── centeredlineex01.php
│ │ │ ├── centeredlineex02.php
│ │ │ ├── centeredlineex03.php
│ │ │ ├── centerlinebarex1.php
│ │ │ ├── checkgd.php
│ │ │ ├── checkgd2.php
│ │ │ ├── checkttf.php
│ │ │ ├── classroom.jpg
│ │ │ ├── clipping_ex1.php
│ │ │ ├── clipping_ex2.php
│ │ │ ├── colormaps.php
│ │ │ ├── comb90dategraphex01.php
│ │ │ ├── comb90dategraphex02.php
│ │ │ ├── comb90dategraphex03.php
│ │ │ ├── combgraphex1.php
│ │ │ ├── combgraphex2.php
│ │ │ ├── contour2_ex1.php
│ │ │ ├── contour2_ex2.php
│ │ │ ├── contour2_ex3.php
│ │ │ ├── contour2_ex4.php
│ │ │ ├── contour2_ex5.php
│ │ │ ├── contour2_ex6.php
│ │ │ ├── contour2_ex7.php
│ │ │ ├── contourex01.php
│ │ │ ├── contourex02.php
│ │ │ ├── contourex03.php
│ │ │ ├── contourex04.php
│ │ │ ├── contourex05.php
│ │ │ ├── csim_in_html_ex1.php
│ │ │ ├── csim_in_html_ex2.php
│ │ │ ├── csim_in_html_graph_ex1.php
│ │ │ ├── csim_in_html_graph_ex2.php
│ │ │ ├── datamatrix_ex0.php
│ │ │ ├── datamatrix_ex00.php
│ │ │ ├── datamatrix_ex1.php
│ │ │ ├── datamatrix_ex2.php
│ │ │ ├── datamatrix_ex3.php
│ │ │ ├── datamatrix_ex4.php
│ │ │ ├── datamatrix_ex5.php
│ │ │ ├── datamatrix_ex6.php
│ │ │ ├── datamatrix_ex7.php
│ │ │ ├── dataset01.inc.php
│ │ │ ├── dateaxisex1.php
│ │ │ ├── dateaxisex2.php
│ │ │ ├── dateaxisex3.php
│ │ │ ├── dateaxisex4.php
│ │ │ ├── datescaleticksex01.php
│ │ │ ├── dateutilex01.php
│ │ │ ├── dateutilex02.php
│ │ │ ├── dm_ex6.png
│ │ │ ├── dupyaxisex1.php
│ │ │ ├── example0-0.php
│ │ │ ├── example0.php
│ │ │ ├── example1.1.php
│ │ │ ├── example1.2.php
│ │ │ ├── example1.php
│ │ │ ├── example10.php
│ │ │ ├── example11.php
│ │ │ ├── example13.php
│ │ │ ├── example14.php
│ │ │ ├── example15.php
│ │ │ ├── example16.1.php
│ │ │ ├── example16.2.php
│ │ │ ├── example16.3.php
│ │ │ ├── example16.4.php
│ │ │ ├── example16.5.php
│ │ │ ├── example16.6.php
│ │ │ ├── example16.php
│ │ │ ├── example17.php
│ │ │ ├── example18.php
│ │ │ ├── example19.1.php
│ │ │ ├── example19.php
│ │ │ ├── example2.1.php
│ │ │ ├── example2.5.php
│ │ │ ├── example2.6.php
│ │ │ ├── example2.php
│ │ │ ├── example20.1.php
│ │ │ ├── example20.2.php
│ │ │ ├── example20.3.php
│ │ │ ├── example20.4.php
│ │ │ ├── example20.5.php
│ │ │ ├── example20.php
│ │ │ ├── example21.php
│ │ │ ├── example22.php
│ │ │ ├── example23.php
│ │ │ ├── example24.php
│ │ │ ├── example25.1.php
│ │ │ ├── example25.2.php
│ │ │ ├── example25.php
│ │ │ ├── example26.1.php
│ │ │ ├── example26.php
│ │ │ ├── example27.1.php
│ │ │ ├── example27.2.php
│ │ │ ├── example27.3.php
│ │ │ ├── example27.php
│ │ │ ├── example28.1.php
│ │ │ ├── example28.2.php
│ │ │ ├── example28.3.php
│ │ │ ├── example28.php
│ │ │ ├── example3.0.1.php
│ │ │ ├── example3.0.2.php
│ │ │ ├── example3.0.3.php
│ │ │ ├── example3.1.1.php
│ │ │ ├── example3.1.php
│ │ │ ├── example3.2.1.php
│ │ │ ├── example3.2.2.php
│ │ │ ├── example3.2.php
│ │ │ ├── example3.3.php
│ │ │ ├── example3.4.1.php
│ │ │ ├── example3.4.php
│ │ │ ├── example3.php
│ │ │ ├── example4.php
│ │ │ ├── example5.1.php
│ │ │ ├── example5.php
│ │ │ ├── example6.1.php
│ │ │ ├── example6.2.php
│ │ │ ├── example6.php
│ │ │ ├── example7.php
│ │ │ ├── example8.1.php
│ │ │ ├── example8.php
│ │ │ ├── example9.1.php
│ │ │ ├── example9.2.php
│ │ │ ├── example9.php
│ │ │ ├── exampleex9.php
│ │ │ ├── fieldscatterex1.php
│ │ │ ├── filledgridex1.php
│ │ │ ├── filledline01.php
│ │ │ ├── filledlineex01.1.php
│ │ │ ├── filledlineex01.php
│ │ │ ├── filledlineex02.php
│ │ │ ├── filledlineex03.php
│ │ │ ├── filledstepstyleex1.php
│ │ │ ├── fireplace.jpg
│ │ │ ├── fixscale_radarex1.php
│ │ │ ├── footerex1.php
│ │ │ ├── funcex1.php
│ │ │ ├── funcex2.php
│ │ │ ├── funcex3.php
│ │ │ ├── funcex4.php
│ │ │ ├── fusion_example.php
│ │ │ ├── gantt_samerowex1.php
│ │ │ ├── gantt_samerowex2.php
│ │ │ ├── gantt_textex1.php
│ │ │ ├── ganttcolumnfontsex01.php
│ │ │ ├── ganttconstrainex0.php
│ │ │ ├── ganttconstrainex1.php
│ │ │ ├── ganttconstrainex2.php
│ │ │ ├── ganttcsimex01.php
│ │ │ ├── ganttcsimex02.php
│ │ │ ├── ganttex00.php
│ │ │ ├── ganttex01.php
│ │ │ ├── ganttex02.php
│ │ │ ├── ganttex03.php
│ │ │ ├── ganttex04.php
│ │ │ ├── ganttex05.php
│ │ │ ├── ganttex06.php
│ │ │ ├── ganttex07.php
│ │ │ ├── ganttex08.php
│ │ │ ├── ganttex09.php
│ │ │ ├── ganttex10.php
│ │ │ ├── ganttex11.php
│ │ │ ├── ganttex12.php
│ │ │ ├── ganttex13-zoom1.php
│ │ │ ├── ganttex13-zoom2.php
│ │ │ ├── ganttex13.php
│ │ │ ├── ganttex14.php
│ │ │ ├── ganttex15.php
│ │ │ ├── ganttex16.php
│ │ │ ├── ganttex17-flag.php
│ │ │ ├── ganttex17.php
│ │ │ ├── ganttex18.php
│ │ │ ├── ganttex19.php
│ │ │ ├── ganttex30.php
│ │ │ ├── ganttex_slice.php
│ │ │ ├── gantthgridex1.php
│ │ │ ├── gantthourex1.php
│ │ │ ├── gantthourminex1.php
│ │ │ ├── gantticonex1.php
│ │ │ ├── ganttmonthyearex1.php
│ │ │ ├── ganttmonthyearex2.php
│ │ │ ├── ganttmonthyearex3.php
│ │ │ ├── ganttmonthyearex4.php
│ │ │ ├── ganttsimpleex1.php
│ │ │ ├── grace_ex0.php
│ │ │ ├── grace_ex1.php
│ │ │ ├── grace_ex2.php
│ │ │ ├── grace_ex3.php
│ │ │ ├── gradbkgex1.php
│ │ │ ├── gradlinefillex1.php
│ │ │ ├── gradlinefillex2.php
│ │ │ ├── gradlinefillex3.php
│ │ │ ├── gradlinefillex4.php
│ │ │ ├── green_example.php
│ │ │ ├── groupbarex1.php
│ │ │ ├── heat1.jpg
│ │ │ ├── horizbarex1.php
│ │ │ ├── horizbarex2.php
│ │ │ ├── horizbarex3.php
│ │ │ ├── horizbarex4.php
│ │ │ ├── horizbarex6.php
│ │ │ ├── icon.jpg
│ │ │ ├── imgmarkercsimex1.php
│ │ │ ├── imgmarkerex1.php
│ │ │ ├── impulsex1.php
│ │ │ ├── impulsex2.php
│ │ │ ├── impulsex3.php
│ │ │ ├── impulsex4.php
│ │ │ ├── index.html
│ │ │ ├── interpolation-growth-log.php
│ │ │ ├── interpolation-growth.php
│ │ │ ├── inyaxisex1.php
│ │ │ ├── inyaxisex2.php
│ │ │ ├── inyaxisex3.php
│ │ │ ├── ironrod.jpg
│ │ │ ├── jpglogo.jpg
│ │ │ ├── ledex1.php
│ │ │ ├── ledex10.php
│ │ │ ├── ledex11.php
│ │ │ ├── ledex12.php
│ │ │ ├── ledex13.php
│ │ │ ├── ledex14.php
│ │ │ ├── ledex15.php
│ │ │ ├── ledex16.php
│ │ │ ├── ledex17.php
│ │ │ ├── ledex2.php
│ │ │ ├── ledex3.php
│ │ │ ├── ledex4.1.php
│ │ │ ├── ledex4.2.php
│ │ │ ├── ledex4.php
│ │ │ ├── ledex5.php
│ │ │ ├── ledex6.php
│ │ │ ├── ledex7.php
│ │ │ ├── ledex8.php
│ │ │ ├── ledex9.php
│ │ │ ├── ledex_cyrillic.php
│ │ │ ├── ledex_cyrillic2.php
│ │ │ ├── lightbluedarkblue400x300grad.png
│ │ │ ├── linebarcentex1.php
│ │ │ ├── linebarex1.php
│ │ │ ├── linebarex2.php
│ │ │ ├── linebarex3.php
│ │ │ ├── linegraceex.php
│ │ │ ├── lineiconex1.php
│ │ │ ├── lineiconex2.php
│ │ │ ├── lineimagefillex1.php
│ │ │ ├── linlogex1.php
│ │ │ ├── listallflags.php
│ │ │ ├── listallflags_helper.php
│ │ │ ├── listfontsex1.php
│ │ │ ├── logbarex1.php
│ │ │ ├── loglogex1.php
│ │ │ ├── manscaleex1.php
│ │ │ ├── manscaleex2.php
│ │ │ ├── manscaleex3.php
│ │ │ ├── manscaleex4.php
│ │ │ ├── manual_textscale_ex1.php
│ │ │ ├── manual_textscale_ex2.php
│ │ │ ├── manual_textscale_ex3.php
│ │ │ ├── manual_textscale_ex4.php
│ │ │ ├── manualtickex1.php
│ │ │ ├── manualtickex1a.php
│ │ │ ├── manualtickex2.php
│ │ │ ├── manualtickex3.php
│ │ │ ├── manualtickex4.php
│ │ │ ├── markflagex1.php
│ │ │ ├── matrix_csimex01.php
│ │ │ ├── matrix_edgeex01.php
│ │ │ ├── matrix_edgeex02.php
│ │ │ ├── matrix_ex0.php
│ │ │ ├── matrix_ex01.php
│ │ │ ├── matrix_ex02.php
│ │ │ ├── matrix_ex03.php
│ │ │ ├── matrix_ex04.1.php
│ │ │ ├── matrix_ex04.2.php
│ │ │ ├── matrix_ex04.php
│ │ │ ├── matrix_ex05.php
│ │ │ ├── matrix_ex06.php
│ │ │ ├── matrix_introex.php
│ │ │ ├── matrix_layout_ex1.php
│ │ │ ├── matrixex00.php
│ │ │ ├── mkgrad.php
│ │ │ ├── multconstganttex01.php
│ │ │ ├── mulyaxiscsimex1.php
│ │ │ ├── mulyaxisex1.php
│ │ │ ├── negbarvalueex01.php
│ │ │ ├── new1.gif
│ │ │ ├── new2.gif
│ │ │ ├── new_bar1.php
│ │ │ ├── new_bar3.php
│ │ │ ├── new_bar4.php
│ │ │ ├── new_bar6.php
│ │ │ ├── new_line1.php
│ │ │ ├── new_line2.php
│ │ │ ├── new_line3.php
│ │ │ ├── new_line4.php
│ │ │ ├── new_line5.php
│ │ │ ├── new_pie1.php
│ │ │ ├── new_pie2.php
│ │ │ ├── new_pie3.php
│ │ │ ├── new_pie4.php
│ │ │ ├── new_step1.php
│ │ │ ├── nullvalueex01.php
│ │ │ ├── ocean_example.php
│ │ │ ├── odoex00.php
│ │ │ ├── odoex01.php
│ │ │ ├── odoex010.php
│ │ │ ├── odoex011.php
│ │ │ ├── odoex012.php
│ │ │ ├── odoex02.php
│ │ │ ├── odoex03.php
│ │ │ ├── odoex04.php
│ │ │ ├── odoex05.php
│ │ │ ├── odoex06.php
│ │ │ ├── odoex07.php
│ │ │ ├── odoex08.php
│ │ │ ├── odoex09.php
│ │ │ ├── odotutex00.php
│ │ │ ├── odotutex01.php
│ │ │ ├── odotutex02.php
│ │ │ ├── odotutex03.php
│ │ │ ├── odotutex04.php
│ │ │ ├── odotutex06.php
│ │ │ ├── odotutex07.php
│ │ │ ├── odotutex08.1.php
│ │ │ ├── odotutex08.php
│ │ │ ├── odotutex09.php
│ │ │ ├── odotutex10.php
│ │ │ ├── odotutex11.php
│ │ │ ├── odotutex12.php
│ │ │ ├── odotutex13.php
│ │ │ ├── odotutex14.php
│ │ │ ├── odotutex15.php
│ │ │ ├── odotutex16.1.php
│ │ │ ├── odotutex16.php
│ │ │ ├── odotutex17.php
│ │ │ ├── odotutex18.php
│ │ │ ├── odotutex19.php
│ │ │ ├── orange_example.php
│ │ │ ├── partiallyfilledlineex1.php
│ │ │ ├── pastel_example.php
│ │ │ ├── pdf417_ex0.php
│ │ │ ├── pdf417_ex1.php
│ │ │ ├── pdf417_ex1b.php
│ │ │ ├── pdf417_ex1c.php
│ │ │ ├── pdf417_ex2.php
│ │ │ ├── pdf417_ex3.php
│ │ │ ├── pdf417_ex4.php
│ │ │ ├── pdf417_ex5.php
│ │ │ ├── pdf417_ex6.php
│ │ │ ├── penguin.png
│ │ │ ├── pie3d_csimex1.php
│ │ │ ├── pie3dex1.php
│ │ │ ├── pie3dex2.php
│ │ │ ├── pie3dex3.php
│ │ │ ├── pie3dex4.php
│ │ │ ├── pie3dex5.php
│ │ │ ├── pie_csimex1.php
│ │ │ ├── piebkgex1.php
│ │ │ ├── piec_csimex1.php
│ │ │ ├── piecex1.php
│ │ │ ├── piecex2.php
│ │ │ ├── pieex1.php
│ │ │ ├── pieex2.php
│ │ │ ├── pieex3.php
│ │ │ ├── pieex4.php
│ │ │ ├── pieex5.php
│ │ │ ├── pieex6.php
│ │ │ ├── pieex7.php
│ │ │ ├── pieex8.php
│ │ │ ├── pieex9.php
│ │ │ ├── pielabelsex1.php
│ │ │ ├── pielabelsex2.php
│ │ │ ├── pielabelsex3.php
│ │ │ ├── pielabelsex4.php
│ │ │ ├── pielabelsex5.php
│ │ │ ├── plotbanddensity_ex0.php
│ │ │ ├── plotbanddensity_ex1.php
│ │ │ ├── plotbanddensity_ex2.php
│ │ │ ├── plotlineex1.php
│ │ │ ├── polar_csimex1.php
│ │ │ ├── polarclockex1.php
│ │ │ ├── polarclockex2.php
│ │ │ ├── polarex0-180.php
│ │ │ ├── polarex0.php
│ │ │ ├── polarex1.php
│ │ │ ├── polarex10.php
│ │ │ ├── polarex2.php
│ │ │ ├── polarex3-lin.php
│ │ │ ├── polarex3.php
│ │ │ ├── polarex4.php
│ │ │ ├── polarex5.php
│ │ │ ├── polarex6.php
│ │ │ ├── polarex7-1.php
│ │ │ ├── polarex7-2.php
│ │ │ ├── polarex7.php
│ │ │ ├── polarex8.php
│ │ │ ├── polarex9.php
│ │ │ ├── prepaccdata_example.php
│ │ │ ├── pushpinex1.php
│ │ │ ├── pushpinex2.php
│ │ │ ├── qr-input.txt
│ │ │ ├── qr_template.php
│ │ │ ├── qrexample0.php
│ │ │ ├── qrexample00.php
│ │ │ ├── qrexample01.php
│ │ │ ├── qrexample02.php
│ │ │ ├── qrexample03.php
│ │ │ ├── qrexample03.png
│ │ │ ├── qrexample04.php
│ │ │ ├── qrexample05.php
│ │ │ ├── qrexample06.php
│ │ │ ├── qrexample07.php
│ │ │ ├── qrexample08.php
│ │ │ ├── qrexample09.php
│ │ │ ├── qrexample10.php
│ │ │ ├── qrexample11.php
│ │ │ ├── qrexample12.php
│ │ │ ├── radar_csimex1.php
│ │ │ ├── radarex1.php
│ │ │ ├── radarex2.php
│ │ │ ├── radarex3.php
│ │ │ ├── radarex4.php
│ │ │ ├── radarex5.php
│ │ │ ├── radarex6.1.php
│ │ │ ├── radarex6.php
│ │ │ ├── radarex7.php
│ │ │ ├── radarex8.1.php
│ │ │ ├── radarex8.php
│ │ │ ├── radarex9.php
│ │ │ ├── radarlogex1-aa.php
│ │ │ ├── radarlogex1.php
│ │ │ ├── radarlogex2.php
│ │ │ ├── radarmarkex1.php
│ │ │ ├── rose.gif
│ │ │ ├── rose_example.php
│ │ │ ├── rotateex1.php
│ │ │ ├── rotex0.php
│ │ │ ├── rotex1.php
│ │ │ ├── rotex2.php
│ │ │ ├── rotex3.php
│ │ │ ├── rotex4.php
│ │ │ ├── rotex5.php
│ │ │ ├── saab_95.jpg
│ │ │ ├── scatter_csimex1.php
│ │ │ ├── scatterex1.php
│ │ │ ├── scatterex2.php
│ │ │ ├── scatterlinkex1.php
│ │ │ ├── scatterlinkex2.php
│ │ │ ├── scatterlinkex3.php
│ │ │ ├── scatterlinkex4.php
│ │ │ ├── scatterrotex1.php
│ │ │ ├── show-example.php
│ │ │ ├── show-image.php
│ │ │ ├── show-source.php
│ │ │ ├── smallstaticbandsex1.php
│ │ │ ├── smallstaticbandsex10.php
│ │ │ ├── smallstaticbandsex11.php
│ │ │ ├── smallstaticbandsex2.php
│ │ │ ├── smallstaticbandsex3.php
│ │ │ ├── smallstaticbandsex4.php
│ │ │ ├── smallstaticbandsex5.php
│ │ │ ├── smallstaticbandsex6.php
│ │ │ ├── smallstaticbandsex7.php
│ │ │ ├── smallstaticbandsex8.php
│ │ │ ├── smallstaticbandsex9.php
│ │ │ ├── softy_example.php
│ │ │ ├── splineex1.php
│ │ │ ├── staticbandbarex1.php
│ │ │ ├── staticbandbarex2.php
│ │ │ ├── staticbandbarex3.php
│ │ │ ├── staticbandbarex4.php
│ │ │ ├── staticbandbarex5.php
│ │ │ ├── staticbandbarex6.php
│ │ │ ├── staticbandbarex7.php
│ │ │ ├── staticlinebarex1.php
│ │ │ ├── stockex1.php
│ │ │ ├── stockex2.php
│ │ │ ├── stship.jpg
│ │ │ ├── sunflower.gif
│ │ │ ├── sunspotsex1.php
│ │ │ ├── sunspotsex2.php
│ │ │ ├── sunspotsex3.php
│ │ │ ├── sunspotsex4.php
│ │ │ ├── sunspotsex5.php
│ │ │ ├── sunspotsex6.php
│ │ │ ├── sunspotsex7.php
│ │ │ ├── table_flagex1.php
│ │ │ ├── table_howto1.php
│ │ │ ├── table_howto2.php
│ │ │ ├── table_howto3.php
│ │ │ ├── table_howto4.php
│ │ │ ├── table_howto5.php
│ │ │ ├── table_howto6.php
│ │ │ ├── table_howto7.1.php
│ │ │ ├── table_howto7.2.php
│ │ │ ├── table_howto7.php
│ │ │ ├── table_howto8.php
│ │ │ ├── table_howto9.php
│ │ │ ├── table_mex0.php
│ │ │ ├── table_mex00.php
│ │ │ ├── table_mex1.php
│ │ │ ├── table_mex2.php
│ │ │ ├── table_mex3.php
│ │ │ ├── table_vtext.php
│ │ │ ├── table_vtext_ex1.php
│ │ │ ├── tablebarex1.php
│ │ │ ├── tablebarex1_csim.php
│ │ │ ├── tableex00.php
│ │ │ ├── tableex01.php
│ │ │ ├── tableex01_csim.php
│ │ │ ├── tableex02.php
│ │ │ ├── tableex03.php
│ │ │ ├── tableex04.php
│ │ │ ├── tableex05.php
│ │ │ ├── tabtitleex1.php
│ │ │ ├── testsuit.php
│ │ │ ├── text-example1.php
│ │ │ ├── text-example2.php
│ │ │ ├── textalignex1.php
│ │ │ ├── textpalignex1.php
│ │ │ ├── theme_example.php
│ │ │ ├── tiger1.jpg
│ │ │ ├── tiger_bkg.gif
│ │ │ ├── tiger_bkg.jpg
│ │ │ ├── tiger_bkg.png
│ │ │ ├── timestampex01.php
│ │ │ ├── titlecsimex01.php
│ │ │ ├── titleex1.php
│ │ │ ├── topxaxisex1.php
│ │ │ ├── tornado.jpg
│ │ │ ├── tr1.jpg
│ │ │ ├── tr2.jpg
│ │ │ ├── tr3.jpg
│ │ │ ├── tr4.jpg
│ │ │ ├── tr5.jpg
│ │ │ ├── tr6.jpg
│ │ │ ├── universal_example.php
│ │ │ ├── vivid_example.php
│ │ │ ├── windrose_2plots_ex1.php
│ │ │ ├── windrose_bgimg_ex1.php
│ │ │ ├── windrose_ex0.php
│ │ │ ├── windrose_ex1.php
│ │ │ ├── windrose_ex1b.php
│ │ │ ├── windrose_ex2.1.php
│ │ │ ├── windrose_ex2.php
│ │ │ ├── windrose_ex3.php
│ │ │ ├── windrose_ex4.php
│ │ │ ├── windrose_ex5.php
│ │ │ ├── windrose_ex6.1.php
│ │ │ ├── windrose_ex6.php
│ │ │ ├── windrose_ex7.1.php
│ │ │ ├── windrose_ex7.php
│ │ │ ├── windrose_ex8.1.php
│ │ │ ├── windrose_ex8.php
│ │ │ ├── windrose_ex9.1.php
│ │ │ ├── windrose_ex9.php
│ │ │ ├── windrose_icon_ex1.php
│ │ │ ├── windrose_layout_ex0.php
│ │ │ ├── windrose_layout_ex1.php
│ │ │ ├── worldmap1.jpg
│ │ │ ├── y2synch.php
│ │ │ ├── y2synch2.php
│ │ │ └── yearssn.txt
│ │ ├── README
│ │ ├── barcode
│ │ │ ├── demoapp
│ │ │ │ ├── barcode_image.php
│ │ │ │ ├── barcode_menu.php
│ │ │ │ └── index.html
│ │ │ ├── examples
│ │ │ │ ├── barcode_errhandling_ex0.php
│ │ │ │ ├── barcode_ex0.php
│ │ │ │ ├── barcode_ex1.php
│ │ │ │ ├── barcode_ex2.php
│ │ │ │ ├── barcode_ex3.php
│ │ │ │ ├── barcode_ex4.php
│ │ │ │ └── barcode_usps_example.php
│ │ │ └── mkbarcode.php
│ │ ├── flag_mapping
│ │ ├── flags.dat
│ │ ├── flags_thumb100x100.dat
│ │ ├── flags_thumb35x35.dat
│ │ ├── flags_thumb60x60.dat
│ │ ├── fonts
│ │ │ ├── DejaVuSans-Bold.ttf
│ │ │ ├── DejaVuSans-BoldOblique.ttf
│ │ │ ├── DejaVuSans-Oblique.ttf
│ │ │ ├── DejaVuSans.ttf
│ │ │ ├── FF_FONT0-Bold.gdf
│ │ │ ├── FF_FONT0.gdf
│ │ │ ├── FF_FONT1-Bold.gdf
│ │ │ ├── FF_FONT1.gdf
│ │ │ ├── FF_FONT2-Bold.gdf
│ │ │ └── FF_FONT2.gdf
│ │ ├── gd_image.inc.php
│ │ ├── imageSmoothArc.php
│ │ ├── imgdata_balls.inc.php
│ │ ├── imgdata_bevels.inc.php
│ │ ├── imgdata_diamonds.inc.php
│ │ ├── imgdata_pushpins.inc.php
│ │ ├── imgdata_squares.inc.php
│ │ ├── imgdata_stars.inc.php
│ │ ├── jpg-config.inc.php
│ │ ├── jpg-config.inc.php.orig
│ │ ├── jpgraph.php
│ │ ├── jpgraph_antispam-digits.php
│ │ ├── jpgraph_antispam.php
│ │ ├── jpgraph_bar.php
│ │ ├── jpgraph_canvas.php
│ │ ├── jpgraph_canvtools.php
│ │ ├── jpgraph_contour.php
│ │ ├── jpgraph_date.php
│ │ ├── jpgraph_errhandler.inc.php
│ │ ├── jpgraph_error.php
│ │ ├── jpgraph_flags.php
│ │ ├── jpgraph_gantt.php
│ │ ├── jpgraph_gb2312.php
│ │ ├── jpgraph_gradient.php
│ │ ├── jpgraph_iconplot.php
│ │ ├── jpgraph_imgtrans.php
│ │ ├── jpgraph_led.php
│ │ ├── jpgraph_legend.inc.php
│ │ ├── jpgraph_line.php
│ │ ├── jpgraph_log.php
│ │ ├── jpgraph_meshinterpolate.inc.php
│ │ ├── jpgraph_mgraph.php
│ │ ├── jpgraph_pie.php
│ │ ├── jpgraph_pie3d.php
│ │ ├── jpgraph_plotband.php
│ │ ├── jpgraph_plotline.php
│ │ ├── jpgraph_plotmark.inc.php
│ │ ├── jpgraph_polar.php
│ │ ├── jpgraph_radar.php
│ │ ├── jpgraph_regstat.php
│ │ ├── jpgraph_rgb.inc.php
│ │ ├── jpgraph_scatter.php
│ │ ├── jpgraph_stock.php
│ │ ├── jpgraph_table.php
│ │ ├── jpgraph_text.inc.php
│ │ ├── jpgraph_theme.inc.php
│ │ ├── jpgraph_ttf.inc.php
│ │ ├── jpgraph_utils.inc.php
│ │ ├── jpgraph_windrose.php
│ │ ├── lang
│ │ │ ├── de.inc.php
│ │ │ ├── en.inc.php
│ │ │ └── prod.inc.php
│ │ └── themes
│ │ ├── AquaTheme.class.php
│ │ ├── GreenTheme.class.php
│ │ ├── OceanTheme.class.php
│ │ ├── OrangeTheme.class.php
│ │ ├── PastelTheme.class.php
│ │ ├── RoseTheme.class.php
│ │ ├── SoftyTheme.class.php
│ │ ├── UniversalTheme.class.php
│ │ └── VividTheme.class.php
│ ├── newEmptyPHP.php
│ ├── order
│ │ └── order.php
│ ├── php_gd
│ │ ├── imagecreate_1.php
│ │ └── imagecreate_2.php
│ ├── readfile.php
│ ├── register
│ │ ├── captcha.php
│ │ ├── functions.php
│ │ └── register.php
│ ├── songci.txt
│ ├── suffix
│ │ └── suffix.php
│ ├── upload
│ │ ├── form.html
│ │ ├── upload
│ │ │ ├── pic1.jpg
│ │ │ └── pic2.jpg
│ │ ├── upload_file.php
│ │ ├── upload_file_1.php
│ │ ├── upload_file_2.php
│ │ └── upload_file_4.php
│ ├── vote
│ │ ├── vote.php
│ │ └── vote.txt
│ └── welcome.txt
├── chapter3
│ ├── 3.5.1.php
│ ├── 3.5.2.php
│ ├── 3.5.3.php
│ ├── 3.5.4.php
│ ├── 3.6.1.php
│ ├── 3.6.2.php
│ ├── 3.6.3
│ │ ├── conn.php
│ │ ├── css
│ │ │ └── style.css
│ │ ├── index.php
│ │ ├── update.php
│ │ └── update_ok.php
│ ├── 3.6.4
│ │ ├── conn.php
│ │ ├── css
│ │ │ └── style.css
│ │ ├── delete.php
│ │ ├── index.php
│ │ ├── update.php
│ │ └── update_ok.php
│ ├── css
│ │ └── style.css
│ ├── multi_del
│ │ ├── conn.php
│ │ ├── css
│ │ │ └── style.css
│ │ ├── delete.php
│ │ └── index.php
│ └── pages
│ ├── conn.php
│ └── index.php
├── chapter4
│ ├── 4.1.3.php
│ ├── 4.1.4.php
│ ├── 4.1.php
│ ├── 4.2.1.php
│ ├── 4.2.2.php
│ ├── 4.3.1.php
│ ├── 4.3.1_2.php
│ ├── 4.3.2.php
│ ├── 4.3.2_1.php
│ ├── 4.4.1.php
│ ├── 4.4.2.php
│ ├── 4.4.3.php
│ ├── 4.4.4.php
│ ├── 4.4.5.php
│ ├── 4.4.6.php
│ ├── 4.4.6_1.php
│ ├── 4.4.7.php
│ ├── 4.4.8.php
│ ├── 4.5.php
│ ├── 4.6.php
│ ├── 4.6_1.php
│ ├── 4.7.php
│ ├── MyClass1.class.php
│ ├── MyClass2.class.php
│ ├── factory
│ │ ├── MySQL.php
│ │ ├── SQLite.php
│ │ └── factory.php
│ ├── mysql
│ │ ├── ConnDb.php
│ │ ├── DbForm.php
│ │ ├── newEmptyPHP.php
│ │ └── style.css
│ ├── newEmptyPHP.php
│ ├── shape
│ │ ├── circle.class.php
│ │ ├── form.class.php
│ │ ├── index.php
│ │ ├── rect.class.php
│ │ ├── result.class.php
│ │ ├── shape.class.php
│ │ └── triangle.class.php
│ └── singleton
│ └── singleton.php
└── chapter5
├── hcit_msg
│ ├── application
│ │ ├── admin
│ │ │ ├── controller
│ │ │ │ ├── adminController.class.php
│ │ │ │ ├── commentController.class.php
│ │ │ │ └── platformController.class.php
│ │ │ ├── model
│ │ │ │ ├── adminModel.class.php
│ │ │ │ └── commentModel.class.php
│ │ │ └── view
│ │ │ ├── admin_login.html
│ │ │ ├── comment_list.html
│ │ │ └── comment_reply.html
│ │ ├── config
│ │ │ └── app.conf.php
│ │ └── home
│ │ ├── controller
│ │ │ ├── commentController.class.php
│ │ │ └── platformController.class.php
│ │ ├── model
│ │ │ └── commentModel.class.php
│ │ └── view
│ │ ├── comment_info.html
│ │ ├── comment_list.html
│ │ └── jump.html
│ ├── framework
│ │ ├── MySQLPDO.class.php
│ │ ├── commentController.class.php
│ │ ├── commentModel.class.php
│ │ ├── comment_list.html
│ │ ├── framework.class.php
│ │ ├── index.php
│ │ ├── model.class.php
│ │ ├── newEmptyPHP.php
│ │ ├── page.class.php
│ │ ├── test_MySQLPDO.php
│ │ └── test_commentModel.php
│ ├── index.php
│ ├── nbproject
│ │ ├── private
│ │ │ ├── config.properties
│ │ │ ├── private.properties
│ │ │ └── private.xml
│ │ ├── project.properties
│ │ └── project.xml
│ └── public
│ ├── SQL
│ │ ├── admin.sql
│ │ ├── data.sql
│ │ └── sql1.sql
│ └── css
│ ├── admin.css
│ └── home.css
└── hcit_student
├── Application
│ ├── Admin
│ │ ├── Controller
│ │ │ ├── EmptyController.class.php
│ │ │ ├── IndexController.class.php
│ │ │ ├── MajorController.class.php
│ │ │ └── StudentController.class.php
│ │ ├── Model
│ │ │ └── MajorModel.class.php
│ │ └── View
│ │ ├── Index
│ │ │ ├── footer.html
│ │ │ ├── header.html
│ │ │ ├── index.html
│ │ │ └── login.html
│ │ ├── Major
│ │ │ └── showList.html
│ │ └── Student
│ │ ├── add.html
│ │ ├── addAll.html
│ │ ├── showList.html
│ │ └── update.html
│ ├── Common
│ │ ├── Common
│ │ │ └── index.html
│ │ ├── Conf
│ │ │ ├── config.php
│ │ │ └── index.html
│ │ └── index.html
│ ├── Home
│ │ ├── Common
│ │ │ └── index.html
│ │ ├── Conf
│ │ │ ├── config.php
│ │ │ └── index.html
│ │ ├── Controller
│ │ │ ├── IndexController.class.php
│ │ │ └── index.html
│ │ ├── Model
│ │ │ └── index.html
│ │ ├── View
│ │ │ └── index.html
│ │ └── index.html
│ ├── README.md
│ ├── Runtime
│ │ ├── Cache
│ │ │ ├── Admin
│ │ │ │ ├── 041185b974292283d2f6098acc3220ec.php
│ │ │ │ ├── 3903fab26aa91903a82e3fe41b6ed976.php
│ │ │ │ ├── 5d896276c01cd1eecd897f372b0b7fe6.php
│ │ │ │ ├── 5f813c586beedb8092eefb2dced3fd17.php
│ │ │ │ ├── 9160f9231ca1309aa0ac03f0ee76ed06.php
│ │ │ │ ├── 9c2fde91b1e66d21bbf76b601d4a9b40.php
│ │ │ │ ├── a6ebf0a44a652b15518da398f9d1e9a4.php
│ │ │ │ ├── b595b808c2ebeeeb0478ffc30bb4e87a.php
│ │ │ │ └── d4adb3da4357ffc16af7ebdcb9c0acf4.php
│ │ │ ├── Home
│ │ │ │ ├── 20914c0f075f91df3579ffbdf5180b02.php
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── Data
│ │ │ └── index.html
│ │ ├── Logs
│ │ │ ├── Admin
│ │ │ │ ├── 17_02_02.log
│ │ │ │ ├── 17_02_03.log
│ │ │ │ ├── 17_02_04.log
│ │ │ │ ├── 17_02_05.log
│ │ │ │ ├── 17_02_06.log
│ │ │ │ └── 17_02_07.log
│ │ │ ├── Common
│ │ │ │ └── 17_02_02.log
│ │ │ ├── Home
│ │ │ │ ├── 17_01_21.log
│ │ │ │ ├── 17_02_02.log
│ │ │ │ ├── 17_02_03.log
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── Temp
│ │ │ └── index.html
│ │ └── index.html
│ └── index.html
├── Public
│ ├── README.md
│ ├── css
│ │ └── style.css
│ ├── images
│ │ ├── append.png
│ │ ├── bg_n.jpg
│ │ ├── bgnav.jpg
│ │ ├── leftbgbt2.jpg
│ │ ├── leftdhbg.jpg
│ │ ├── remove.png
│ │ └── sns_top_nav_bg.png
│ └── js
│ └── jquery.min.js
├── README.md
├── ThinkPHP
│ ├── Common
│ │ └── functions.php
│ ├── Conf
│ │ ├── convention.php
│ │ └── debug.php
│ ├── LICENSE.txt
│ ├── Lang
│ │ ├── en-us.php
│ │ ├── pt-br.php
│ │ ├── zh-cn.php
│ │ └── zh-tw.php
│ ├── Library
│ │ ├── Behavior
│ │ │ ├── AgentCheckBehavior.class.php
│ │ │ ├── BorisBehavior.class.php
│ │ │ ├── BrowserCheckBehavior.class.php
│ │ │ ├── BuildLiteBehavior.class.php
│ │ │ ├── CheckActionRouteBehavior.class.php
│ │ │ ├── CheckLangBehavior.class.php
│ │ │ ├── ChromeShowPageTraceBehavior.class.php
│ │ │ ├── ContentReplaceBehavior.class.php
│ │ │ ├── CronRunBehavior.class.php
│ │ │ ├── FireShowPageTraceBehavior.class.php
│ │ │ ├── ParseTemplateBehavior.class.php
│ │ │ ├── ReadHtmlCacheBehavior.class.php
│ │ │ ├── RobotCheckBehavior.class.php
│ │ │ ├── ShowPageTraceBehavior.class.php
│ │ │ ├── ShowRuntimeBehavior.class.php
│ │ │ ├── TokenBuildBehavior.class.php
│ │ │ ├── UpgradeNoticeBehavior.class.php
│ │ │ └── WriteHtmlCacheBehavior.class.php
│ │ ├── Org
│ │ │ ├── Net
│ │ │ │ ├── Http.class.php
│ │ │ │ └── IpLocation.class.php
│ │ │ └── Util
│ │ │ ├── ArrayList.class.php
│ │ │ ├── CodeSwitch.class.php
│ │ │ ├── Date.class.php
│ │ │ ├── Rbac.class.php
│ │ │ ├── Stack.class.php
│ │ │ └── String.class.php
│ │ ├── Think
│ │ │ ├── App.class.php
│ │ │ ├── Auth.class.php
│ │ │ ├── Behavior.class.php
│ │ │ ├── Build.class.php
│ │ │ ├── Cache
│ │ │ │ └── Driver
│ │ │ │ ├── Apachenote.class.php
│ │ │ │ ├── Apc.class.php
│ │ │ │ ├── Db.class.php
│ │ │ │ ├── Eaccelerator.class.php
│ │ │ │ ├── File.class.php
│ │ │ │ ├── Memcache.class.php
│ │ │ │ ├── Memcached.class.php
│ │ │ │ ├── Memcachesae.class.php
│ │ │ │ ├── Redis.class.php
│ │ │ │ ├── Shmop.class.php
│ │ │ │ ├── Sqlite.class.php
│ │ │ │ ├── Wincache.class.php
│ │ │ │ └── Xcache.class.php
│ │ │ ├── Cache.class.php
│ │ │ ├── Controller
│ │ │ │ ├── HproseController.class.php
│ │ │ │ ├── JsonRpcController.class.php
│ │ │ │ ├── RestController.class.php
│ │ │ │ ├── RpcController.class.php
│ │ │ │ └── YarController.class.php
│ │ │ ├── Controller.class.php
│ │ │ ├── Crypt
│ │ │ │ └── Driver
│ │ │ │ ├── Base64.class.php
│ │ │ │ ├── Crypt.class.php
│ │ │ │ ├── Des.class.php
│ │ │ │ ├── Think.class.php
│ │ │ │ └── Xxtea.class.php
│ │ │ ├── Crypt.class.php
│ │ │ ├── Db
│ │ │ │ ├── Driver
│ │ │ │ │ ├── Firebird.class.php
│ │ │ │ │ ├── Mongo.class.php
│ │ │ │ │ ├── Mysql.class.php
│ │ │ │ │ ├── Oracle.class.php
│ │ │ │ │ ├── Pgsql.class.php
│ │ │ │ │ ├── Sqlite.class.php
│ │ │ │ │ └── Sqlsrv.class.php
│ │ │ │ ├── Driver.class.php
│ │ │ │ └── Lite.class.php
│ │ │ ├── Db.class.php
│ │ │ ├── Dispatcher.class.php
│ │ │ ├── Exception.class.php
│ │ │ ├── Hook.class.php
│ │ │ ├── Image
│ │ │ │ └── Driver
│ │ │ │ ├── GIF.class.php
│ │ │ │ ├── Gd.class.php
│ │ │ │ └── Imagick.class.php
│ │ │ ├── Image.class.php
│ │ │ ├── Log
│ │ │ │ └── Driver
│ │ │ │ ├── File.class.php
│ │ │ │ └── Sae.class.php
│ │ │ ├── Log.class.php
│ │ │ ├── Model
│ │ │ │ ├── AdvModel.class.php
│ │ │ │ ├── MergeModel.class.php
│ │ │ │ ├── MongoModel.class.php
│ │ │ │ ├── RelationModel.class.php
│ │ │ │ └── ViewModel.class.php
│ │ │ ├── Model.class.php
│ │ │ ├── Page.class.php
│ │ │ ├── Route.class.php
│ │ │ ├── Session
│ │ │ │ └── Driver
│ │ │ │ ├── Db.class.php
│ │ │ │ ├── Memcache.class.php
│ │ │ │ └── Mysqli.class.php
│ │ │ ├── Storage
│ │ │ │ └── Driver
│ │ │ │ ├── File.class.php
│ │ │ │ └── Sae.class.php
│ │ │ ├── Storage.class.php
│ │ │ ├── Template
│ │ │ │ ├── Driver
│ │ │ │ │ ├── Ease.class.php
│ │ │ │ │ ├── Lite.class.php
│ │ │ │ │ ├── Mobile.class.php
│ │ │ │ │ ├── Smart.class.php
│ │ │ │ │ └── Smarty.class.php
│ │ │ │ ├── TagLib
│ │ │ │ │ ├── Cx.class.php
│ │ │ │ │ └── Html.class.php
│ │ │ │ └── TagLib.class.php
│ │ │ ├── Template.class.php
│ │ │ ├── Think.class.php
│ │ │ ├── Upload
│ │ │ │ └── Driver
│ │ │ │ ├── Bcs
│ │ │ │ │ ├── bcs.class.php
│ │ │ │ │ ├── mimetypes.class.php
│ │ │ │ │ └── requestcore.class.php
│ │ │ │ ├── Bcs.class.php
│ │ │ │ ├── Ftp.class.php
│ │ │ │ ├── Local.class.php
│ │ │ │ ├── Qiniu
│ │ │ │ │ └── QiniuStorage.class.php
│ │ │ │ ├── Qiniu.class.php
│ │ │ │ ├── Sae.class.php
│ │ │ │ └── Upyun.class.php
│ │ │ ├── Upload.class.php
│ │ │ ├── Verify
│ │ │ │ ├── bgs
│ │ │ │ │ ├── 1.jpg
│ │ │ │ │ ├── 2.jpg
│ │ │ │ │ ├── 3.jpg
│ │ │ │ │ ├── 4.jpg
│ │ │ │ │ ├── 5.jpg
│ │ │ │ │ ├── 6.jpg
│ │ │ │ │ ├── 7.jpg
│ │ │ │ │ └── 8.jpg
│ │ │ │ └── ttfs
│ │ │ │ ├── 1.ttf
│ │ │ │ ├── 2.ttf
│ │ │ │ ├── 3.ttf
│ │ │ │ ├── 4.ttf
│ │ │ │ ├── 5.ttf
│ │ │ │ └── 6.ttf
│ │ │ ├── Verify.class.php
│ │ │ └── View.class.php
│ │ └── Vendor
│ │ ├── Boris
│ │ │ ├── Boris.php
│ │ │ ├── CLIOptionsHandler.php
│ │ │ ├── ColoredInspector.php
│ │ │ ├── Config.php
│ │ │ ├── DumpInspector.php
│ │ │ ├── EvalWorker.php
│ │ │ ├── ExportInspector.php
│ │ │ ├── Inspector.php
│ │ │ ├── ReadlineClient.php
│ │ │ └── ShallowParser.php
│ │ ├── EaseTemplate
│ │ │ ├── template.core.php
│ │ │ └── template.ease.php
│ │ ├── Hprose
│ │ │ ├── HproseClassManager.php
│ │ │ ├── HproseClient.php
│ │ │ ├── HproseCommon.php
│ │ │ ├── HproseFormatter.php
│ │ │ ├── HproseHttpClient.php
│ │ │ ├── HproseHttpServer.php
│ │ │ ├── HproseIO.php
│ │ │ ├── HproseIOStream.php
│ │ │ ├── HproseReader.php
│ │ │ ├── HproseTags.php
│ │ │ └── HproseWriter.php
│ │ ├── README.txt
│ │ ├── SmartTemplate
│ │ │ ├── class.smarttemplate.php
│ │ │ ├── class.smarttemplatedebugger.php
│ │ │ └── class.smarttemplateparser.php
│ │ ├── Smarty
│ │ │ ├── Smarty.class.php
│ │ │ ├── SmartyBC.class.php
│ │ │ ├── debug.tpl
│ │ │ ├── plugins
│ │ │ │ ├── block.textformat.php
│ │ │ │ ├── function.counter.php
│ │ │ │ ├── function.cycle.php
│ │ │ │ ├── function.fetch.php
│ │ │ │ ├── function.html_checkboxes.php
│ │ │ │ ├── function.html_image.php
│ │ │ │ ├── function.html_options.php
│ │ │ │ ├── function.html_radios.php
│ │ │ │ ├── function.html_select_date.php
│ │ │ │ ├── function.html_select_time.php
│ │ │ │ ├── function.html_table.php
│ │ │ │ ├── function.mailto.php
│ │ │ │ ├── function.math.php
│ │ │ │ ├── modifier.capitalize.php
│ │ │ │ ├── modifier.date_format.php
│ │ │ │ ├── modifier.debug_print_var.php
│ │ │ │ ├── modifier.escape.php
│ │ │ │ ├── modifier.regex_replace.php
│ │ │ │ ├── modifier.replace.php
│ │ │ │ ├── modifier.spacify.php
│ │ │ │ ├── modifier.truncate.php
│ │ │ │ ├── modifiercompiler.cat.php
│ │ │ │ ├── modifiercompiler.count_characters.php
│ │ │ │ ├── modifiercompiler.count_paragraphs.php
│ │ │ │ ├── modifiercompiler.count_sentences.php
│ │ │ │ ├── modifiercompiler.count_words.php
│ │ │ │ ├── modifiercompiler.default.php
│ │ │ │ ├── modifiercompiler.escape.php
│ │ │ │ ├── modifiercompiler.from_charset.php
│ │ │ │ ├── modifiercompiler.indent.php
│ │ │ │ ├── modifiercompiler.lower.php
│ │ │ │ ├── modifiercompiler.noprint.php
│ │ │ │ ├── modifiercompiler.string_format.php
│ │ │ │ ├── modifiercompiler.strip.php
│ │ │ │ ├── modifiercompiler.strip_tags.php
│ │ │ │ ├── modifiercompiler.to_charset.php
│ │ │ │ ├── modifiercompiler.unescape.php
│ │ │ │ ├── modifiercompiler.upper.php
│ │ │ │ ├── modifiercompiler.wordwrap.php
│ │ │ │ ├── outputfilter.trimwhitespace.php
│ │ │ │ ├── shared.escape_special_chars.php
│ │ │ │ ├── shared.literal_compiler_param.php
│ │ │ │ ├── shared.make_timestamp.php
│ │ │ │ ├── shared.mb_str_replace.php
│ │ │ │ ├── shared.mb_unicode.php
│ │ │ │ ├── shared.mb_wordwrap.php
│ │ │ │ └── variablefilter.htmlspecialchars.php
│ │ │ └── sysplugins
│ │ │ ├── smarty_cacheresource.php
│ │ │ ├── smarty_cacheresource_custom.php
│ │ │ ├── smarty_cacheresource_keyvaluestore.php
│ │ │ ├── smarty_config_source.php
│ │ │ ├── smarty_internal_cacheresource_file.php
│ │ │ ├── smarty_internal_compile_append.php
│ │ │ ├── smarty_internal_compile_assign.php
│ │ │ ├── smarty_internal_compile_block.php
│ │ │ ├── smarty_internal_compile_break.php
│ │ │ ├── smarty_internal_compile_call.php
│ │ │ ├── smarty_internal_compile_capture.php
│ │ │ ├── smarty_internal_compile_config_load.php
│ │ │ ├── smarty_internal_compile_continue.php
│ │ │ ├── smarty_internal_compile_debug.php
│ │ │ ├── smarty_internal_compile_eval.php
│ │ │ ├── smarty_internal_compile_extends.php
│ │ │ ├── smarty_internal_compile_for.php
│ │ │ ├── smarty_internal_compile_foreach.php
│ │ │ ├── smarty_internal_compile_function.php
│ │ │ ├── smarty_internal_compile_if.php
│ │ │ ├── smarty_internal_compile_include.php
│ │ │ ├── smarty_internal_compile_include_php.php
│ │ │ ├── smarty_internal_compile_insert.php
│ │ │ ├── smarty_internal_compile_ldelim.php
│ │ │ ├── smarty_internal_compile_nocache.php
│ │ │ ├── smarty_internal_compile_private_block_plugin.php
│ │ │ ├── smarty_internal_compile_private_function_plugin.php
│ │ │ ├── smarty_internal_compile_private_modifier.php
│ │ │ ├── smarty_internal_compile_private_object_block_function.php
│ │ │ ├── smarty_internal_compile_private_object_function.php
│ │ │ ├── smarty_internal_compile_private_print_expression.php
│ │ │ ├── smarty_internal_compile_private_registered_block.php
│ │ │ ├── smarty_internal_compile_private_registered_function.php
│ │ │ ├── smarty_internal_compile_private_special_variable.php
│ │ │ ├── smarty_internal_compile_rdelim.php
│ │ │ ├── smarty_internal_compile_section.php
│ │ │ ├── smarty_internal_compile_setfilter.php
│ │ │ ├── smarty_internal_compile_while.php
│ │ │ ├── smarty_internal_compilebase.php
│ │ │ ├── smarty_internal_config.php
│ │ │ ├── smarty_internal_config_file_compiler.php
│ │ │ ├── smarty_internal_configfilelexer.php
│ │ │ ├── smarty_internal_configfileparser.php
│ │ │ ├── smarty_internal_data.php
│ │ │ ├── smarty_internal_debug.php
│ │ │ ├── smarty_internal_filter_handler.php
│ │ │ ├── smarty_internal_function_call_handler.php
│ │ │ ├── smarty_internal_get_include_path.php
│ │ │ ├── smarty_internal_nocache_insert.php
│ │ │ ├── smarty_internal_parsetree.php
│ │ │ ├── smarty_internal_resource_eval.php
│ │ │ ├── smarty_internal_resource_extends.php
│ │ │ ├── smarty_internal_resource_file.php
│ │ │ ├── smarty_internal_resource_php.php
│ │ │ ├── smarty_internal_resource_registered.php
│ │ │ ├── smarty_internal_resource_stream.php
│ │ │ ├── smarty_internal_resource_string.php
│ │ │ ├── smarty_internal_smartytemplatecompiler.php
│ │ │ ├── smarty_internal_template.php
│ │ │ ├── smarty_internal_templatebase.php
│ │ │ ├── smarty_internal_templatecompilerbase.php
│ │ │ ├── smarty_internal_templatelexer.php
│ │ │ ├── smarty_internal_templateparser.php
│ │ │ ├── smarty_internal_utility.php
│ │ │ ├── smarty_internal_write_file.php
│ │ │ ├── smarty_resource.php
│ │ │ ├── smarty_resource_custom.php
│ │ │ ├── smarty_resource_recompiled.php
│ │ │ ├── smarty_resource_uncompiled.php
│ │ │ └── smarty_security.php
│ │ ├── TemplateLite
│ │ │ ├── class.compiler.php
│ │ │ ├── class.config.php
│ │ │ ├── class.template.php
│ │ │ └── internal
│ │ │ ├── compile.compile_config.php
│ │ │ ├── compile.compile_custom_block.php
│ │ │ ├── compile.compile_custom_function.php
│ │ │ ├── compile.compile_if.php
│ │ │ ├── compile.generate_compiler_debug_output.php
│ │ │ ├── compile.include.php
│ │ │ ├── compile.parse_is_expr.php
│ │ │ ├── compile.section_start.php
│ │ │ ├── debug.tpl
│ │ │ ├── template.build_dir.php
│ │ │ ├── template.config_loader.php
│ │ │ ├── template.destroy_dir.php
│ │ │ ├── template.fetch_compile_include.php
│ │ │ └── template.generate_debug_output.php
│ │ ├── jsonRPC
│ │ │ ├── jsonRPCClient.php
│ │ │ └── jsonRPCServer.php
│ │ ├── phpRPC
│ │ │ ├── bigint.php
│ │ │ ├── compat.php
│ │ │ ├── dhparams
│ │ │ │ ├── 1024.dhp
│ │ │ │ ├── 128.dhp
│ │ │ │ ├── 1536.dhp
│ │ │ │ ├── 160.dhp
│ │ │ │ ├── 192.dhp
│ │ │ │ ├── 2048.dhp
│ │ │ │ ├── 256.dhp
│ │ │ │ ├── 3072.dhp
│ │ │ │ ├── 4096.dhp
│ │ │ │ ├── 512.dhp
│ │ │ │ ├── 768.dhp
│ │ │ │ └── 96.dhp
│ │ │ ├── dhparams.php
│ │ │ ├── pecl
│ │ │ │ └── xxtea
│ │ │ │ ├── CREDITS
│ │ │ │ ├── INSTALL
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README
│ │ │ │ ├── config.m4
│ │ │ │ ├── config.w32
│ │ │ │ ├── php_xxtea.c
│ │ │ │ ├── php_xxtea.dsp
│ │ │ │ ├── php_xxtea.h
│ │ │ │ ├── php_xxtea.sln
│ │ │ │ ├── php_xxtea.vcproj
│ │ │ │ ├── test
│ │ │ │ │ └── test.php
│ │ │ │ ├── xxtea.c
│ │ │ │ └── xxtea.h
│ │ │ ├── phprpc_client.php
│ │ │ ├── phprpc_date.php
│ │ │ ├── phprpc_server.php
│ │ │ └── xxtea.php
│ │ └── spyc
│ │ ├── COPYING
│ │ ├── README.md
│ │ ├── Spyc.php
│ │ ├── composer.json
│ │ ├── examples
│ │ │ ├── yaml-dump.php
│ │ │ └── yaml-load.php
│ │ ├── php4
│ │ │ ├── 5to4.php
│ │ │ ├── spyc.php4
│ │ │ └── test.php4
│ │ ├── spyc.yaml
│ │ └── tests
│ │ ├── DumpTest.php
│ │ ├── IndentTest.php
│ │ ├── ParseTest.php
│ │ ├── RoundTripTest.php
│ │ ├── comments.yaml
│ │ ├── failing1.yaml
│ │ ├── indent_1.yaml
│ │ └── quotes.yaml
│ ├── Mode
│ │ ├── Api
│ │ │ ├── App.class.php
│ │ │ ├── Controller.class.php
│ │ │ ├── Dispatcher.class.php
│ │ │ └── functions.php
│ │ ├── Lite
│ │ │ ├── App.class.php
│ │ │ ├── Controller.class.php
│ │ │ ├── Dispatcher.class.php
│ │ │ ├── Model.class.php
│ │ │ ├── View.class.php
│ │ │ ├── convention.php
│ │ │ └── functions.php
│ │ ├── Sae
│ │ │ └── convention.php
│ │ ├── api.php
│ │ ├── common.php
│ │ ├── lite.php
│ │ └── sae.php
│ ├── ThinkPHP.php
│ ├── Tpl
│ │ ├── dispatch_jump.tpl
│ │ ├── page_trace.tpl
│ │ └── think_exception.tpl
│ └── logo.png
├── composer.json
├── data.sql
├── index.php
└── nbproject
├── private
│ ├── private.properties
│ └── private.xml
├── project.properties
└── project.xml
163 directories, 1474 files
好例子网口号:伸出你的我的手 — 分享!
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论