php通用程序的模板运行机制

23
22/6/6 1 模模模模模模模模 模模模模模模模模 模模

Upload: horseluke

Post on 03-Sep-2014

1.677 views

Category:

Technology


10 download

DESCRIPTION

本ppt主要内容为常见PHP通用程序的模板运行机制。本PPT主要为具体的编码技术实现,主要服务于后端人员。

TRANSCRIPT

  • PPT
    • PPT
    • PPT
      • 0.1 2010-08-17
      • 0.1.1 2010-08-18
  • -
    • Q&A
    • PHP
  • 1
    • 1
      • PHP
      • PHPWind
      • WordPress 3
  • 1
    • 1 PHPWind
      • read.php
      • PrintEot
        • require_once PrintEot('read');
  • 1
      • template/wind/read.htm
        • PHP html
                    • YourCountry:

                      UnitedStates Israel Germany
                    • 2
                      • 2
                        • Smarty
                        • Smarty
                        • Discuz! VBB
                        • ThinkPHP TagLib
                    • 2
                      • 2 Discuz!
                        • Viewthread.php
                        • template
                        • template/default/viewthread.htm
                          • Smarty html
                          • include template('viewthread');
                    • 2
                        • include/global.func.php
                          • function template($file, $templateid = 0, $tpldir = '') {
                          • @checktplrefresh($tplfile, $tplfile, filemtime($objfile), $templateid, $tpldir);
                          • return $objfile;
                          • }
                    • 2
                        • template/default/viewthread.htm
                          • {subtemplate header}
                                • $bbname
                                • $bbname
                          • ......
                    • 2
                        • template/default/viewthread.htm
                                • {eval $postcount = 0;}
                                      • {subtemplate viewthread_node}
                          • ......
                          • {subtemplate footer}
                    • 2
                        • PHP+HTML
                    • 1
                      • 1 html
                        • html
                          • WP
                    • 2
                      • 2
                        • Smarty PHP
                        • PHP
                      • PHP
                        • PHP
                            • PHPWind
                            • WordPress 3
                          • /
                            • Discuz! VBB
                            • Zend Framework Zend_View_helper
                        • Smarty
                            • Smarty
                            • Discuz! VBB
                            • ThinkPHP TagLib
                          • PHP+HTML
                      • 1 html
                      • 2
                        • Smarty PHP
                        • PHP
                        • Discuz!
                          • http://cn.programmingnote.com/blog/?p=158
                        • Zend Framework Zend_View_helper Zend Framework
                          • http://man.gimoo.net/zf/zend.view.helpers.html
                    • Q&A
                    • [email_address] Template is created by: