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

    HTTP Responses Basic Responses Response Objects Attaching Headers To Responses Other Response Types JSON Responses File Downloads Redirects Redirecting To Named Routes ...
  • Responses

    HTTP Responses Basic Responses Response Objects Attaching Headers To Responses Other Response Types JSON Responses File Downloads Redirects Redirecting To Named Routes ...
  • Reporting Guidelines

    Reporting Guidelines Reporting Guidelines What happens after you file a report? Appealing the response Document origin Reporting Guidelines Are you in distress or need qui...
  • 模板

    模板的位置 Twig扩展 当PHP于20年前被创建的时候,开发者喜欢它的简洁以及可以混同HTML生成动态内容。时过境迁,其他模板语言 - 比如Twig - 正令模板创建过程变得更好。 Best Practice Best Practice 使用Twig格式的模板作为你的模板引擎。 总地来说,PHP的模板体系极度臃肿,跟Twig引擎相比它缺少许...
  • 在生产环境中部署

    在生产环境中部署 准备应用 准备服务器 配置域名 部署 在多个节点上部署 在生产环境中部署 在本教程中,我们将学习如何使用 Docker Compose 在单个服务器上部署 PHP 应用程序。 如果您使用的是 Symfony,请阅读 Symfony Docker 项目(使用 FrankenPHP)的 在生产环境中部署 文档条目。 如果您...
  • 控制器

    路由配置 模板配置 控制器看上去的样子 使用参数转换(ParamConverter) 复杂情况 掌控Pre和Post Symfony遵循的编程哲学是“thin controller and fat models/瘦控制器胖模型” 。这意味着控制器中是一个thin layer,仅含有少量被整合到程序其他部分的“线索代码”(clue-code)。 ...
  • 辅助函数

    辅助函数 预设函数 app(): Application version() route($prefix = null, callable $callback = null): \FastD\Routing\RouteCollection config(): \FastD\Config\Config request(): \Psr\Http\Mess...
  • Logging

    Logging Logging a Message Monolog Where Logs are Stored Handlers: Writing Logs to different Locations Handlers that Modify Log Entries All Built-in Handlers How to Rotate you...
  • PropertyAccess

    The PropertyAccess Component Installation Usage Reading from Arrays Reading from Objects Accessing public Properties Using Getters Using Hassers/Issers Accessing a non Existi...
  • 第9章 Session

    Session 关于Session Cookie的用法 Session的用法 配置Session Session 这章将介绍Symfony2框架中Session的用法。 关于Session Session相当于是服务器端的Cookie。它是在服务器端存储一些数据,然后将索引的键值作为Cookie值发送给浏览器。 例如打开页面 http...