bennetgallein/angle-framework
最新稳定版本:v3.0.1
Composer 安装命令:
composer create-project bennetgallein/angle-framework
包简介
A PHP Framework for the Angle Network
README 文档
README
Template Engine
Basic Documentation: The first line is the template language and the second is the PHP equivalent
Installation
Please use this Engine only with composer:
"repositories": [{ "type": "composer", "url": "https://packages.streamtitties.fun" }],
And
"require": {
"bennetgallein/angle-framework": "dev-master"
},
TODO:
- implement native Logging to a file with different important steps.
echo Variable
{ :varname }
<?= $varname; ?>
set Variable
{ :varname = 1 }
<?php $varname = 1; ?>
foreach Loops
{ foreach :entry in :list}
<?php foreach ($list as $entry): ?>
{ foreach :entry in :list with :key }
<?php foreach ($list as $key => $entry): ?>
{ endforeach }
<?php endforeach; ?>
统计信息
- 总下载量: 4.82k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-06-05