CodeIgniter(4)——性能测试Benchmark.php技术分享 / 2019-08-16 / php为什么要有Benchmark组件? 对于一个项目而言,不仅是要运行起来那么简单,还需要考到性能问题,而Benc […] CodeIgniter(4)——性能测试Benchmark.php Read More »
CodeIgniter(3)——公共函数Common.php技术分享 / 2019-08-15 / php1.概述 Common中声明了很多常用操作的功能函数,在CodeIgniter.php中加载了Common.p CodeIgniter(3)——公共函数Common.php Read More »
CodeIgniter(2)——框架核心CodeIgniter.php技术分享 / 2019-08-15 / php1.概述 官方注释: /** * System Initialization File * * Loads t CodeIgniter(2)——框架核心CodeIgniter.php Read More »
Codeigniter(1)——框架入口文件index.php技术分享 / 2019-08-15 / phpindex.php 文件作为前端控制器,初始化运行 CodeIgniter 所需的基本资源; Router 检 Codeigniter(1)——框架入口文件index.php Read More »
SPL(PHP标准库)技术分享 / 2019-08-13 / php一、简介 什么是SPL? Standard PHP Library(PHP标准库) SPL是用于解决典型问题( SPL(PHP标准库) Read More »
PHPStrom中Docker的使用技术分享 / 2019-08-08 / php1、安装Docker 安装完成后,设置。勾选暴露守护进程 2、配置PHPStorm 3、创建空项目,新建文件d PHPStrom中Docker的使用 Read More »
PHP自动加载配置类-ArrayAccess接口技术分享 / 2019-08-06 / php部署ArrayAccess界面,可以使得object像array那样操作。ArrayAccess界面包含四个必 PHP自动加载配置类-ArrayAccess接口 Read More »
常用设计模式技术分享 / 2019-08-05 / 设计模式1.工厂模式(Factory) <?php namespace DesignPattern; class 常用设计模式 Read More »