topthink/think-angular

think angular 视图引擎

3.0.2 2019-06-18 11:55 UTC

This package is auto-updated.

Last update: 2024-09-19 15:49:56 UTC


README

#think-angular

仿照 angularjs 的 PHP 模板引擎

使用说明

此模板引擎是为能够使用 angularjs 的 PHP 开发者编写的,主要特点是无需额外标签定义,全部使用属性定义。编写好模板文件在 IDE 中不会出现警告和错误,格式化代码时很整洁,因为套用的模板文件仍是规范的 HTML。

注:一个标签上可以使用多个模板指令,指令有前后顺序要求,因此要注意属性的顺序。在单标签上使用模板属性时一定要使用/>结束,例如 <input php-if="$is_download" type="button" value="下载" />,<img php-if="$article['pic']" src="{$article.pic}" /> 等,具体可参考手册。

安装方法

https://www.kancloud.cn/shuai/php-angular/151359

开发手册

看云文档托管平台: http://www.kancloud.cn/shuai/php-angular