dreamcat/frame_html_controller

喵框架html控制器

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

pkg:composer/dreamcat/frame_html_controller

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

This package is auto-updated.

Last update: 2025-08-27 22:05:09 UTC


README

介绍

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

安装教程

composer require dreamcat/frame_html_controller

使用方法

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