dreamcat / frame_html_controller
喵框架html控制器
v2.0.0
2019-11-27 08:57 UTC
Requires
- php: >=7.2
- dreamcat/cat_frame_core: ^0.4
- psr/http-server-handler: ^1.0
- twig/twig: ^2.1
This package is auto-updated.
Last update: 2024-08-27 20:02:39 UTC
README
简介
用于喵框架输出HTML的协议实现
安装教程
composer require dreamcat/frame_html_controller
使用方法
控制器使用 DreamCat\FrameHtmlCtl\HtmlProtocol
类进行协议,要求控制器方法返回 DreamCat\FrameHtmlCtl\HtmlControllerResponse
,其中的数组,键是模板中的变量名称,支持多级数组,内部使用 Twig。