书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 857 个相关结果.
  • The Application

    1055 2019-09-21 《Slim 4 Documentation》
    Application Advanced Notices and Warnings Handling Advanced Custom Error Handler Advanced Shutdown Handler Application The Application Slim\App is the entry point to your S...
  • Names and Scopes

    453 2019-09-21 《Slim 2 Document》
    Names and Scopes Application Names Scope Resolution Currying Fetch by Name Names and Scopes When you build a Slim application you will enter various scopes in your code (e....
  • Error Handlers

    506 2019-09-21 《Slim 3 Document》
    System Error Handler Default error handler Custom error handler Pre App Post App Class-based error handler Handling other errors Disabling System Error Handler Things go...
  • Overview

    555 2019-09-21 《Slim 2 Document》
    Overview Middleware Architecture Application Reference Next Middleware Reference Overview The Slim Framework implements a version of the Rack protocol. As a result, a Slim a...
  • 9.1. 模板

    728 2019-09-21 《Slim 3 中文文档》
    模板 The slim/twig-view 组件 path_for() 方法 slim/php-view 组件 其他模版系统 模板 Slim 没有传统 MVC 框架的视图(view)层。相反,Slim 的“视图”就是 HTTP 响应。Slim 应用程序的每个路由都为准备和返回恰当的 PSER 7 响应对象负责。 Slim’s “view” ...
  • 6. 路由

    1156 2019-09-21 《Slim 3 中文文档》
    路由 如何创建路由 Get 路由 POST 路由 PUT 路由 DELETE 路由 OPTIONS 路由 PATCH 路由 任意路由 自定义路由 路由回调 将内容写入响应 闭包绑定/Closure binding 路由策略 路由占位符 格式 可选的分段 / Optional segments 正则表达式匹配 路由名称 路由...
  • Conditions

    395 2019-09-21 《Slim 2 Document》
    Conditions Application-wide route conditions Conditions Slim lets you assign conditions to route parameters. If the specified conditions are not met, the route is not run.For ...
  • Custom

    423 2019-09-21 《Slim 2 Document》
    Custom Example View Example Integration Custom A Slim application delegates rendering of templates to its view object. A custom view is a subclassof \Slim\View that implemen...
  • Upgrade Guide

    567 2019-09-21 《Slim 3 Document》
    Upgrade Guide New PHP version Class \Slim\Slim renamed \Slim\App New Route Function Signature Request and response objects are no longer accessible via the Application object G...
  • Get Started

    478 2019-09-21 《Slim 2 Document》
    System Requirements System Requirements Installation Composer Install Manual Install Hello World System Requirements System Requirements PHP >= 5.3.0The mcrypt extensi...