书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 293 个相关结果.
  • CURLRequest Class

    CURLRequest Class Loading the Library Working with the Library Making Requests Base URI Using Responses Request Options allow_redirects auth body cert connect_timeout coo...
  • 疑难解答

    疑难解答 疑难解答 如果你发现不管你在 URL 里面写什么都只是出现缺省页面的话,有可能是你的服务器不支持 PATHINFO 变量,它被用来提供搜索引擎友好的 URL。解决这个问题的第一步是打开 _application/config/config.php 文件,查找 URI Protocol 信息。在那里推荐你去尝试一些其他的设置方法。如果这些方法...
  • 开发规范

    常用风格和语法 内容列表 文件格式 TextMate BBEdit PHP 闭合标签 类和方法(函数)的命名规则 变量命名 注释 常量 TRUE, FALSE, 和 NULL 逻辑操作符 比较返回值与类型映射 调试代码 文件中的空格 兼容性 使用常见词语来命名类和文件 数据库表名 方括号及圆括号内的空格符 本地化文本 ...
  • 基准测试类

    基准测试类 使用基准测试类 在 性能分析器 中使用基准测试点 显示总执行时间 显示内存占用 类参考 基准测试类 CodeIgniter 有一个一直都是启用状态的基准测试类,用于计算两个标记点之间的时间差。 注解 该类是由系统自动加载,无需手动加载。 另外,基准测试总是在框架被调用的那一刻开始,在输出类向浏览器发送最终的视图之前结束。这...
  • HTTP Method Spoofing

    HTTP Method Spoofing HTTP Method Spoofing When working with HTML forms you can only use GET or POST HTTP verbs. In most cases, this is just fine. However, tosupport REST-ful ro...
  • 目录结构

    881 2019-06-11 《PHPCMF 开发教程》
    api cache config dayrui wwwroot static tempalte uplaodfile dayrui目录 App Core Fcms System Temp PHPCMF系统文件结构 api 接口调用入口、编辑器等 cache 缓存文件目录,可自定义位置,例如使用固态硬盘 co...
  • Javascript 类

    Javascript 类 初始化 Javascript 类 项目设置与配置库路径 jQuery 类 特效 hide() / show() toggle() animate() fadeIn() / fadeOut() toggleClass() fadeIn() / fadeOut() slideUp() / slideDown() / s...
  • Extending the Controller

    Extending the Controller Preloading Components Additional Methods Other Options Extending the Controller CodeIgniter’s core Controller should not be changed, but a default c...
  • Getting Started

    Testing System Set Up Installing phpUnit Composer Phar Testing Your Application PHPUnit Configuration The Test Class Additional Assertions Accessing Protected/Private Propert...
  • 应用程序流程图

    应用程序流程图 应用程序流程图 下图说明数据流如何贯穿整个系统: index.php 作为前端控制器,初始化运行 CodeIgniter 所需要的基本资源。 Router 检查 HTTP 请求,以确定谁来处理请求。 如果缓存(Cache)文件存在,它将绕过通常的系统执行顺序,被直接发送给浏览器。 安全(Security)。应用程序控制器(Ap...