书栈网 · BookStack 本次搜索耗时 0.028 秒,为您找到 293 个相关结果.
  • 钩子 - 扩展核心

    钩子 - 扩展框架的核心 启用钩子 定义钩子 同一挂钩点的多次引用 挂勾点 钩子 - 扩展框架的核心 CodeIgniter 的钩子功能使得您可以在不修改系统核心文件的基础上来改变或增加系统的核心运行功能。 当 CodeIgniter 运行后,它会产生出一个特殊的进程,这个进程在 项目流程 页面中有说明。 当然,您可以自定义一些动作来替代程...
  • Email 类

    Email 类 发送邮件 设置 Email 参数 $this->email->reply_to() $this->email->to() $this->email->cc() $this->email->bcc() $this->email->subject() $this->email->message() $this->email->set...
  • Logging Information

    Logging Information Configuration Using Multiple Log Handlers Modifying the Message With Context Using Third-Party Loggers LoggerAware Trait Logging Information Configura...
  • Database Configuration

    Database Configuration Configuring With .env File Explanation of Values: Database Configuration Configuring With .env File Explanation of Values: CodeIgniter has a config...
  • Zip 编码类

    Zip 编码类 初始化 函数参考 $this->zip->add_data() $this->zip->read_file() $this->zip->download() $this->zip->clear_data() Zip 编码类 CodeIgniter的zip编码类允许你创建ZIP压缩文档。文档可以保存在你的桌面或者某个文件夹里...
  • Localization

    Localization Working With Locales Configuring the Locale Locale Detection Content Negotiation In Routes Retrieving the Current Locale Language Localization Creating Language ...
  • 文件上传类

    文件上传类 处理流程 创建上传表单 上传成功页面 控制器 上传文件目录 尝试一下! 参考指南 初始化文件上传类 参数设置 参数 在配置文件中设置参数 类参考 文件上传类 CodeIgniter 的文件上传类用于上传文件,你可以设置参数限制上传文件的类型和大小。 处理流程 创建上传表单 上传成功页面 控制器 上传文件...
  • Image Manipulation Class

    Image Manipulation Class Initializing the Class Processing an Image Image Quality Processing Methods Cropping Images Converting Images Fitting Images Flattening Images Flippi...
  • 文件上传类

    文件上传类 处理过程 创建上传表单 控制器 上传文件目录 提交表单 $this->upload->display_errors() 格式化错误 $this->upload->data() 解释 文件上传类 CodeIgniter 的文件上传类允许文件被上传。您可以设置指定上传某类型的文件及指定大小的文件。 处理过程 上传文件普...
  • 购物车类

    购物车类 初始化购物车类 显示购物车 更新购物车 函数参考 $this->cart->insert(); $this->cart->update(); $this->cart->total(); $this->cart->total_items(); $this->cart->contents(); $this->cart->has_opt...