dreamcat/frame_html_controller

喵框架html控制器

v2.0.0 2019-11-27 08:57 UTC

This package is auto-updated.

Last update: 2024-03-27 18:45:01 UTC


README

介绍

用于喵框架的输出html的协议实现

安装教程

composer require dreamcat/frame_html_controller

使用方法

控制器使用 DreamCat\FrameHtmlCtl\HtmlProtocol 类做协议即可,要求控制器方法返回 DreamCat\FrameHtmlCtl\HtmlControllerResponse ,其中的数组, 键是模板中的变量名称,支持多级数组,内部使用 Twig