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

    Views The App View View Templates Alternative Echos Alternative Control Structures View Variables Setting View Variables Extending Views Using View Blocks Displaying Blocks ...
  • 会话

    607 2019-05-02 《CakePHP 2.x 菜谱》
    会话 会话的配置 内置会话处理器和配置 会话处理器 CakeSessionHandlerInterface 接口 数据库会话 缓存会话 设置 ini 指令 创建自定义会话处理器 读写会话数据 会话 CakePHP 在 PHP 的 session 扩展之上,提供了封装和一套工具。会话(session)让你可以跨多个请求辨识用户,为特...
  • Saving Data

    Saving Data A Glance Over Saving Data Inserting Data Updating Data Saving With Associations Associate Many To Many Records Unlink Many To Many Records Converting Request Data...
  • Error & Exception Handling

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

    Security Security CakePHP provides you some tools to secure your application.The following sections cover those tools: Security Utility Cross Site Request Forgery Security ...
  • Logging

    Logging Logging Configuration Creating Log Adapters Error and Exception Logging Interacting with Log Streams Using the FileLog Adapter Logging to Syslog Writing to Logs Using...
  • Logging

    Logging Logging Configuration Creating Log Adapters Error and Exception Logging Interacting with Log Streams Using the FileLog Adapter Logging to Syslog Writing to Logs Using...
  • Using templates

    Using templates Understanding templates Uploading a template Creating an application by using the web console Creating objects from templates by using the CLI Adding labels Lis...
  • Using templates

    Using templates Understanding templates Uploading a template Creating an application by using the web console Creating objects from templates by using the CLI Adding labels Lis...
  • 助件

    662 2019-05-02 《CakePHP 2.x 菜谱》
    助件 使用和配置助件 使用助件 回调方法 创建助件 引入其它助件 使用你的助件 为所有助件创建功能 助件 API 回调函数 Callbacks 助件 助件(Helper)对于应用程序中表现层的作用,就像组件对于控制器的作用。助件包含的表现层逻辑,在多个视图、元素或布局间共享。本章将展示如何创建你自己的助件,并概述CakePHP 的...