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

    Middleware Middleware in CakePHP Using Middleware Adding Middleware from Plugins PSR-7 Requests and Responses Interacting with Requests Interacting with Responses Creating Mi...
  • Contribution Guide

    Contribution Guide Bug Reports Core Development Discussion Which Branch? Security Vulnerabilities Coding Style PHPDoc StyleCI Contribution Guide Bug Reports Core Devel...
  • Contribution Guide

    Contribution Guide Bug Reports Core Development Discussion Which Branch? Security Vulnerabilities Coding Style PHPDoc StyleCI Contribution Guide Bug Reports Core Devel...
  • Contribution Guide

    Contribution Guide Bug Reports Core Development Discussion Which Branch? Security Vulnerabilities Coding Style PHPDoc StyleCI Contribution Guide Bug Reports Core Devel...
  • 自动加载

    自动加载 自动加载 可以在composer.json内进行配置。如: { "autoload" : { "psr-4" : { "App\\" : "App/" , "EasySwoole\\" : "Conf/" , ...
  • App

    App 从控制器中返回 将应用程序作为客户端 App 在 PHP 中没有默认路由器。 因此,提供了 \Dapr\App 类。 在后台使用了 Nikic’s FastRoute ,但是,您也可以自由使用任何路由器或 您想要的框架。 只需在 App 类中查看 add_dapr_routes() 方法,看看actors和 订阅是如何实现的。 每...
  • App

    App Returning from a controller Using the app as a client Using in other frameworks App In PHP, there is no default router. Thus, the \Dapr\App class is provided. It uses Ni...
  • App

    App Returning from a controller Using the app as a client Using in other frameworks App In PHP, there is no default router. Thus, the \Dapr\App class is provided. It uses Ni...
  • Code Style Guide

    Code Style Guide Clean Code Indenting PHP Tag Spam Linting Coding Standards PHP Code Sniffer & PHP CS Fixer Code Style Guide Clean Code It’s important to keep code read...
  • 模型事件

    事件 自定义监听器 模型事件 钩子函数 事件监听 事件 模型事件实现于 psr/event-dispatcher 接口。 自定义监听器 得益于 hyperf/event 组件的支撑,用户可以很方便的对以下事件进行监听。例如 QueryExecuted , StatementPrepared , TransactionBeginn...