My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Lite4PHP  

Featured, Phase-Design
Updated May 23, 2009 by jind...@gmail.com

使用方法

下载页 下载PHP 实例程序,解压到自己虚拟目录根下。

工作方式

自动模式

------->[是否已编译]--(否)->[收集源码数据]---->[提交编译服务器]
             |                      |                    |
             | (是)               |                    |
             V           (是)     |                    |
      [关联文件是否跟新]------------/                    |
             |                                           |
             | (否)                                    |
             |                                           |
             V                                           V
  [构建模板实例(从中间代码)] <-------------[返回编译结果(中间代码)]
             |
             | (渲染模板)
             |
             V
     

上线优化

------->[上线前批处理编译]


------->[构建模板实例(从中间代码)]
             |
             | (渲染模板)
             |
             V
     

推荐文件结构(Lite相关)

+ROOT
   +WEB-INF
      +classes
         -lite
         -TemplateEngine.php   //Lite for PHP引擎代码
      -litecached              //中间编译结果缓存目录
      -decorators.xml          //装饰器配置
   +example
      +test.php                //PHP实例
      +test.xhtml              //测试模板
      +layout.xhtml            //布局模板(见decorators.xml配置)

PHP 版本要求

5.0+


Sign in to add a comment
Powered by Google Project Hosting