书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 293 个相关结果.
  • Using CodeIgniter's Model

    Using CodeIgniter’s Model Models Accessing Models CodeIgniter’s Model Creating Your Model Connecting to the Database Configuring Your Model Working With Data Finding Data Sa...
  • Welcome to CodeIgniter4

    Welcome to CodeIgniter4 Who is CodeIgniter For? Welcome to CodeIgniter4 CodeIgniter is an Application Development Framework - a toolkit - forpeople who build web sites using P...
  • 使用 CodeIgniter 驱动器

    使用 CodeIgniter 驱动器 创建你自己的驱动器 使用 CodeIgniter 驱动器 驱动器是一种特殊类型的类库,它有一个父类和任意多个子类。子类可以访问父类,但不能访问兄弟类。在你的 控制器 中,驱动器为你的类库提供了一种优雅的语法,从而不用将它们拆成很多离散的类。 驱动器位于 system/libraries/ 目录,每个驱动器都...
  • 使用 CodeIgniter 适配器

    使用 CodeIgniter 适配器 创建自己的适配器 使用 CodeIgniter 适配器 适配器是一种特殊的库,它有一个父类和任意数量的子类。子类可以访问其父类元素,但不能访问其兄弟类的元素。在你的控制器 中,适配器为类库提供了一种优雅的语法,因此类库会就此获益甚至会需要分解成离散的类。 适配器的源文件存放在system/libraries ...
  • 向 CodeIgniter 贡献你的力量

    向 CodeIgniter 贡献你的力量 支持 安全 提交好问题的技巧 指导手册 PHP 代码规范 文档 兼容性 分支 签名 向 CodeIgniter 贡献你的力量 编写 CodeIgniter 的文档 Developer's Certificate of Origin 1.1 CodeIgniter 是一个社区驱动的项目...
  • Security Guidelines

    Security Guidelines A1 Injection OWASP recommendations CodeIgniter provisions A2 Weak authentication and session management OWASP recommendations CodeIgniter provisions A3 Cr...
  • Creating Core System Classes

    Creating Core System Classes System Class List Replacing Core Classes Extending Core Classes Creating Core System Classes Every time CodeIgniter runs there are several base ...
  • Working with URIs

    Working with URIs Creating URI instances The Current URI URI Strings The URI Parts Scheme Authority Userinfo Host Port Path Query Fragment URI Segments Working wit...
  • 安装说明

    安装说明 安装说明 通过下面四步来安装 CodeIgniter: 解压缩安装包; 将 CodeIgniter 文件夹及里面的文件上传到服务器,通常 index.php 文件将位于网站的根目录; 使用文本编辑器打开 application/config/config.php 文件设置你网站的根 URL,如果你想使用加密或会话,在这里设置上你的加密密...
  • Working With HTTP Requests

    Working With HTTP Requests What is HTTP? The Request The Response Working with Requests and Responses Working With HTTP Requests In order to get the most out of CodeIgniter...