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

    HTTP 请求 获取请求 基本请求信息 获取请求的 URI 获取请求的方法 PSR-7 请求 获取输入数据 获取特定输入值 确认是否有输入值 获取所有输入数据 获取部分输入数据 旧输入数据 将输入数据闪存至 Session 闪存输入数据至 Session 后重定向 获取旧输入数据 Cookies 从请求取出 Cookie 值 将...
  • 请求

    请求对象 安装 获得请求对象 依赖注入与参数 请求路径 & 方法 获取请求路径 获取请求的 URL 获取请求方法 PSR-7 请求及方法 输入预处理 & 规范化 获取输入 获取所有输入 获取指定输入值 从查询字符串获取输入 获取 JSON 输入信息 确定是否存在输入值 Cookies 从请求中获取 Cookies 文件 获...
  • Overview

    Overview Requirements Installation Bleeding edge License Contributing Guidelines Running the tests Reporting a security vulnerability Overview Requirements PHP 5.5.0...
  • 开发规范

    开发规范 文件和目录 统一代码风格 手工优化 结合 Git Hooks 来格式化代码: Git Commit 开发规范 QueryPHP 遵循 PSR-2 命名规范和 PSR-4 自动加载规范。 文件和目录 PSR-4 基础目录使用小写,其它依次使用大驼峰法命名,例如。 /data/ codes / queryphp / a...
  • 创建新的组件

    创建新的组件 创建新的组件 Hyperf 官方提供了工具来快速创建组件包。 composer create - project hyperf / component - creater your_component dev - master 执行结果如下: $ composer create - project hyperf / comp...
  • allow_redirects

    allow_redirects allow_redirects Summary Describes the redirect behavior of a request Types bool array Default [ 'max' => 5 , 'strict' ...
  • Coding Standards

    Coding Standards Coding Standards Making your Code Follow the Coding Standards Symfony Coding Standards in Detail Structure Naming Conventions Service Naming Conventions Docum...
  • 8.4. 在 Slim 中使用 Eloquent

    552 2019-09-21 《Slim 3 中文文档》
    在 Slim 中使用 Eloquent 为你的应用程序添加 Eloquent 配置 Eloquent 传递数据表实例到控制器 从控制器中查询数据表 使用 where 查询数据表 通过 id 查询数据表 了解更多 在 Slim 中使用 Eloquent 你可以使用 Eloquent 这种数据库 ORM 将你的 Slim 应用程序连接到数...
  • Service Container

    Service Container Introduction Binding Binding Basics Simple Bindings Binding A Singleton Binding Instances Binding Interfaces To Implementations Contextual Binding Binding ...
  • Handlers

    Handlers Handlers A handler function accepts a Psr\Http\Message\RequestInterface and array of request options and returns a GuzzleHttp\Promise\PromiseInterface that is fulfil...