项目作者: rusoft

项目描述 :
Compiled PHP module to process template files.
高级语言: C
项目地址: git://github.com/rusoft/php-templates.git
创建时间: 2015-07-03T20:45:12Z
项目社区:https://github.com/rusoft/php-templates

开源协议:GNU Lesser General Public License v2.1

下载


php-templates

Compiled PHP module to process template files.

Extremely fast, especially with complex page layouts.
Among others, supports Macromedia Dreamweaver template syntax.

http://sourceforge.net/projects/php-templates/

Added support for PHP 5.3+ and some other improvements.

Requirements

This should work with whatever release of php your Unix or Linux distribution comes with. You just need to have phpize.

Installation

From inside the repository:

  1. $ phpize
  2. $ ./configure --enable-templates=shared
  3. $ make
  4. $ make install