- 授权协议: 未知
- 开发语言: 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;
Writing Apache Modules with Perl and C
Lincoln Stein、Doug MacEachern / O'Reilly Media, Inc. / 1999-03 / USD 39.95
Apache is the most popular Web server on the Internet because it is free, reliable, and extensible. The availability of the source code and the modular design of Apache makes it possible to extend Web......一起来看看 《Writing Apache Modules with Perl and C》 这本书的介绍吧!
