- 授权协议: 未知
- 开发语言: PHP Perl
- 操作系统: 跨平台
- 软件首页: http://www.feverxl.org/
- 软件文档: http://www.feverxl.org/template/documentation.html
软件介绍
FXL Template 是一个易于使用的 PHP 模板引擎。拥有良好的规则表达式和简单的模板语法。
示例:
require_once 'fxl_template.inc.php';
$fxlt = new fxl_template('example.tpl');
$fxlt->assign('greeting', 'hello world!');
$fxlt->display;
