书栈网 · BookStack 本次搜索耗时 0.052 秒,为您找到 1141 个相关结果.
  • 使用视图(Using Views)

    使用视图(Using Views) 集成视图到控制器(Integrating Views with Controllers) 分层渲染(Hierarchical Rendering) 使用模版(Using Templates) 渲染级别控制(Control Rendering Levels) 关闭渲染级别(Disabling render levels...
  • Environments

    Phalcon Compose (Docker) Nanobox Phalcon Box (Vagrant)
  • 事件管理器Events Manager

    375 2021-02-19 《Phalcon v2.0 文档》
    事件管理器Events Manager 使用示例Usage Example 创建组件触发事件Creating components that trigger Events 事件传播与取消Event Propagation/Cancellation 侦听器优先级Listener Priorities 收集响应Collecting Responses ...
  • 教程 7:创建简单的 REST API(Tutorial 7: Creating a Simple REST API)

    教程 7:创建简单的 REST API(Tutorial 7: Creating a Simple REST API) 定义 API(Defining the API) 创建应用(Creating the Application) 创建模型(Creating a Model) 检索数据(Retrieving Data) 插入数据(Inserting ...
  • REST

    1242 2019-10-05 《Phalcon 4.0 Document》
    Tutorial - REST Creating a Simple REST API Defining the API Creating the Application Creating a Model Retrieving Data Inserting Data Updating Data Deleting Data Creating da...
  • PSR-7 HTTP Uri

    HTTP Uri (PSR-7) Constructor Getters __toString() getAuthority() getFragment() getHost() getPath() getPort() getQuery() getScheme() getUserInfo() With withFragment() wi...
  • Request

    Request Environment Getting Values Accessing the Request from Controllers Uploading Files Working with Headers Events Request Environment Every HTTP request (usually or...
  • 服务类(Server Class)

    服务类(Server Class) TCP 服务端类(TCP Server Class) HTTP 服务端类(HTTP Server Class) 服务类(Server Class) 提供了一些常用的服务类。 TCP 服务端类(TCP Server Class) Phalcon\Server 可以等待客户端的连接请求以及接收客户端发送的数...
  • Sessions

    Storing data in the Session Starting the Session Factory Storing/Retrieving data in Session Removing/Destroying Sessions Isolating Session Data between Applications Session Ba...
  • Pagination

    Pagination Data Adapters Factory Examples Using Adapters Page Attributes Implementing your own adapters Pagination The process of pagination takes place when we need t...