书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 293 个相关结果.
  • 创建核心系统类

    创建核心系统类 系统类清单 替换核心类 扩展核心类 自定义前缀 创建核心系统类 每次 CodeIgniter 运行时,都有一些基础类伴随着核心框架自动的被初始化。但你也可以使用你自己类来替代这些核心类或者扩展这些核心类。 大多数用户一般不会有这种需求,但对于那些想较大幅度的改变 CodeIgniter 的人来说,我们依然提供了替换和扩展核心...
  • Throttler

    Throttler Overview Rate Limiting The Code Applying the Filter Class Reference Throttler Overview Rate Limiting The Code Applying the Filter Class Reference The Th...
  • 介绍

    CodeIgniter 概览 开始 CodeIgniter 是什么? 支持特性 应用程序流程图 模型 - 视图 - 控制器 架构目标
  • Custom CLI Commands

    Custom CLI Commands Running Commands Using Help Command Creating New Commands File Location An Example Command run() BaseCommand Custom CLI Commands While the ability to...
  • Create news items

    Create news items Create a form Model Updating Routing Congratulations Create news items You now know how you can read data from a database using CodeIgniter, butyou haven’...
  • Controller Testing

    Testing Controllers The Helper Trait Helper Methods Checking the Response Response Helper methods Testing Controllers Testing your controllers is made convenient with a cou...
  • 2. 目录结构

    874 2018-04-09 《gitblog文档》
    目录结构如下 2.2版本变化 目录说明 GitBlog采用流行的PHP框架CodeIgniter 开发,只是我对一些目录进行了重命名。如果你熟悉CodeIgniter框架,那你一定不会陌生。 目录结构如下 GitBlog的目录结构如下所示: . ├── app │ ├── cache │ └── logs ...
  • 处理多环境

    处理多环境 ENVIRONMENT 常量 对默认框架行为的影响 错误报告 配置文件 处理多环境 开发者通常希望就开发环境或者生产环境的不同而有不同的系统行为(响应)。 例如,输出冗长的错误对开发过程很有用,但是当项目上线时这可能会造成一些安全问题。 ENVIRONMENT 常量 默认情况下 CodeIgniter 把环境常量设置为 ...
  • Date Helper

    Date Helper Loading this Helper Available Functions Date Helper The Date Helper file contains functions that assist in working withdates. Loading this Helper Available Fun...
  • Using Entity Classes

    Working With Entities Entity Usage Create the Entity Class Create the Model Working With the Entity Class Filling Properties Quickly Handling Business Logic Data Mapping Mut...