书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 345 个相关结果.
  • REST

    625 2019-05-02 《CakePHP 2.x 菜谱》
    REST 简单的设置 接受其它格式的输入 改变默认的 REST 路由 自定义的 REST 路由 REST 许多更新的应用程序开发者意识到需要把他们的核心功能开放给更多的受众。提供对核心API 易用、不受限制的访问可以帮助你的平台被接受,允许与其它系统的混搭(mashup)和集成。 尽管还有其它解决方法,REST 是一个很棒的方法,为你在应用...
  • 主题

    665 2019-05-02 《CakePHP 2.x 菜谱》
    主题 主题资源 提升插件和主题资源的性能 主题 你可以利用主题(Theme),快速简便地切换页面的观感。 要使用主题,在控制器中指定主题名称: class ExampleController extends AppController { public $theme = 'Example' ; } ...
  • Dispatcher Filters

    Dispatcher Filters Built-in Filters Using Filters Configuring Filter Order Conditionally Applying Filters Building a Filter Dispatcher Filters Deprecated since version 3.3...
  • 3.2 Migration Guide

    3.2 Migration Guide Minimum PHP 5.5 Required Deprecations Disabling Deprecation Warnings New Enhancements Carbon Replaced with Chronos New Date Object New Immutable Date and T...
  • Getting started with the OpenShift CLI

    Getting started with the OpenShift CLI About the OpenShift CLI Installing the OpenShift CLI Installing the OpenShift CLI by downloading the binary Installing the OpenShift CLI on ...
  • Getting started with the OpenShift CLI

    Getting started with the OpenShift CLI About the OpenShift CLI Installing the OpenShift CLI Installing the OpenShift CLI by downloading the binary Installing the OpenShift CLI on ...
  • Database Access & ORM

    Database Access & ORM Quick Example More Information Database Access & ORM In CakePHP working with data through the database is done with two primary objecttypes. The first a...
  • Error & Exception Handling

    Error & Exception Handling Error & Exception Configuration Changing Exception Handling Customize Error Templates Customize the Error Page Layout Customize the ErrorController ...
  • Middleware

    Middleware Middleware in CakePHP Using Middleware Adding Middleware from Plugins PSR-7 Requests and Responses Interacting with Requests Interacting with Responses Creating Mi...
  • 模型属性

    610 2019-05-02 《CakePHP 2.x 菜谱》
    模型属性 useDbConfig useTable tablePrefix primaryKey displayField recursive order data _schema validate virtualFields name cacheQueries 模型属性 模型属性让你可以改变默认的模型行为。 欲知完整的模...