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

    Extending CodeIgniter Extending CodeIgniter CodeIgniter 4 has been designed to be easy to extend or build upon. Creating Core System Classes Replacing Common Functions Even...
  • 下载 CodeIgniter

    下载 CodeIgniter Git 服务器 下载 CodeIgniter CodeIgniter V 2.2.6 (最新版本) CodeIgniter V 2.2.5 CodeIgniter V 2.2.4 CodeIgniter V 2.2.3 CodeIgniter V 2.2.2 CodeIgniter V 2.2.1 Cod...
  • CodeIgniter 速记表

    CodeIgniter 速记表 类库参考 辅助函数参考 CodeIgniter 速记表 类库参考 辅助函数参考 翻译贡献者:Hex, lp_ci
  • CodeIgniter 是什么?

    CodeIgniter 概览 CodeIgniter 是一个应用程序框架 CodeIgniter 是免费的 CodeIgniter 是轻量级的 CodeIgniter 是快速的 CodeIgniter 使用 M-V-C 架构 CodeIgniter 生成干净的 URL CodeIgniter 功能强大 CodeIgniter 是可扩展的 Co...
  • 欢迎使用 CodeIgniter

    欢迎使用 CodeIgniter CodeIgniter 是为谁准备的? 欢迎使用 CodeIgniter CodeIgniter 是一套给 PHP 网站开发者使用的应用程序开发框架和工具包。它的目标是让你能够更快速的开发,它提供了日常任务中所需的大量类库,以及简单的接口和逻辑结构。通过减少代码量,CodeIgniter 让你更加专注于你的创造性工...
  • CodeIgniter 是什么?

    CodeIgniter 是什么? CodeIgniter 是一个应用程序框架 CodeIgniter 是免费的 CodeIgniter 是轻量级的 CodeIgniter 是快速的 CodeIgniter 使用 M-V-C 模型 CodeIgniter 生成干净的 URL CodeIgniter 已彻底文档化 CodeIgniter 拥有一个友...
  • CodeIgniter4 Overview

    CodeIgniter4 Overview CodeIgniter4 Overview The following pages describe the architectural concepts behind CodeIgniter4: Application Structure Models, Views, and Controllers...
  • 使用 CodeIgniter 类库

    使用 CodeIgniter 类库 创建你自己的类库 使用 CodeIgniter 类库 所有的系统类库都位于 system/libraries/ 目录下,大多数情况下,在使用之前,你要先在 控制器 中初始化它,使用下面的方法: $this -> load -> library ( 'class_name' ); 'classnam...
  • 编写 CodeIgniter 的文档

    编写 CodeIgniter 的文档 所需工具 页面标题、小节标题 和 子标题 为方法编写文档 编写 CodeIgniter 的文档 CodeIgniter 使用 Sphinx 来生成多种不同格式的文档,并采用 reStructuredText 语法来编写。如果你熟悉 Markdown 或 Textile ,你会很快上手 reStructure...
  • 使用 CodeIgniter 类库

    使用 CodeIgniter 类库 创建类库 使用 CodeIgniter 类库 所有的类库文件存放在system/libraries 文件夹。大多数情况下你需要预先在controller 中初始化后才能使用它们: $this -> load -> library ( ' class name ' ); _class name_是你想...