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

    877 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” ...
  • CakePHP Conventions

    CakePHP Conventions Controller Conventions URL Considerations for Controller Names File and Class Name Conventions Database Conventions Model Conventions View Conventions Plu...
  • CakePHP Conventions

    CakePHP Conventions Controller Conventions URL Considerations for Controller Names File and Class Name Conventions Database Conventions Model Conventions View Conventions Plu...
  • 通用类加载器Universal Class Loader

    408 2021-02-19 《Phalcon v2.0 文档》
    通用类加载器Universal Class Loader 注册命名空间Registering Namespaces 注册前缀Registering Prefixes 注册文件夹Registering Directories 注册类名Registering Classes 额外的扩展名Additional file extensions 修改当前策略...
  • 应用程序架构

    应用程序结构 简介 根目录 App 目录 应用程序结构 简介 根目录 App 目录 简介 默认的 Laravel 应用程序结构意在给不同大小的应用程序提供一个好的起始点。当然,你也可以依照个人喜好来随意组织应用程序。Laravel 几乎没有对任何类的放置位置进行强加限制 - 只要 Composer 可以自动加载这些类即可。 ...
  • Upgrade Guide

    Upgrade Guide Upgrading To 5.4.0 From 5.3 Estimated Upgrade Time: 1-2 Hours Updating Dependencies Removing Compiled Services File Flushing The Cache Laravel Cashier Laravel Pa...
  • Release Notes

    Release Notes Versioning Scheme Why Doesn't Laravel Use Semantic Versioning? Support Policy Laravel 5.4.22 Laravel 5.4 Markdown Mail & Notifications Laravel Dusk Laravel Mix...
  • WebLink

    Asset Preloading and Resource Hints with HTTP/2 and WebLink Asset Preloading and Resource Hints with HTTP/2 and WebLink Preloading Assets How does it work? Resource Hints As...
  • 缓存

    缓存 配置 默认缓存设置 文件缓存 Redis 缓存 Redis Hash 缓存 手动使用 写入缓存 批量写入缓存 读取缓存 批量读取缓存 删除缓存 批量删除缓存 缓存是否存在 清空缓存 注解使用 @Cacheable @CacheEvict @CachePut 缓存 IMI 中的缓存,符合PSR-16规范。使用时...
  • Action-Domain-Responder with Slim

    523 2019-09-21 《Slim 3 Document》
    Action-Domain-Responder with Slim Extract Domain Extract Responder Conclusion Action-Domain-Responder with Slim In this post, I’ll show how to refactor the Slim tutorial app...