2017 © Pedro Peláez
 

project think-smarty

ThinkPHP5 Smarty Template Driver

image

zoujingli/think-smarty

ThinkPHP5 Smarty Template Driver

  • Tuesday, January 16, 2018
  • by zoujingli
  • Repository
  • 1 Watchers
  • 3 Stars
  • 693 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 9 Versions
  • 5 % Grown

The README.md

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

think-smarty

ThinkPHP5.0 Smarty 引擎驱动, (*2)

目前只支持ThinkPHP5.0仔细查看!, (*3)

安装方法

使用composer安装模版引擎方法: composer require zoujingli/think-smarty, (*4)

ThinkPHP5 配置文件中template参数

[
    // 模板引擎类型,指定为'Smarty'
    'type'         => 'Smarty',
    // 模板路径,默认为当前模块下的`view`目录
    'view_path'    => '',
    // 模板后缀
    'view_suffix'  => 'tpl',
    // 模板文件名分隔符
    'view_depr'    => '.',
    // 模板引擎普通标签开始标记
    'tpl_begin'    => '<{',
    // 模板引擎普通标签结束标记
    'tpl_end'      => '}>',
    // 标签库标签开始标记
    'taglib_begin' => '{',
    // 标签库标签结束标记
    'taglib_end'   => '}',
],

那么在控制器 index/index::indexreturn view();时会加载模板 index/view/index.index.tpl, (*5)

模板常量定义

[
  '__ROOT__' => 'http://localhost/service/public',
  '__SELF__' => 'http://localhost/service/public/index.php/index/index.html?id=1&name=3',
  '__APP__' => 'http://localhost/service/public/index.php',
  '__LIB__' => 'http://localhost/service/public/static/plugs',
  '__STATIC__' => 'http://localhost/service/public/static',
  '__UPLOAD__' => 'http://localhost/service/public/static/upload',
]

The Versions

16/01 2018

dev-master

9999999-dev https://www.ctolog.com

ThinkPHP5 Smarty Template Driver

  Sources   Download

MIT

The Requires

 

thinkphp5 think-smarty

16/01 2018

v1.0.8

1.0.8.0 https://www.ctolog.com

ThinkPHP5 Smarty Template Driver

  Sources   Download

MIT

The Requires

 

thinkphp5 think-smarty

15/01 2018

v1.0.7

1.0.7.0 https://www.ctolog.com

ThinkPHP5 Smarty Template Driver

  Sources   Download

MIT

The Requires

 

thinkphp5 think-smarty

21/10 2016

v1.0.6

1.0.6.0 https://www.ctolog.com

ThinkPHP5 Smarty Template Driver

  Sources   Download

MIT

The Requires

 

thinkphp5 think-smarty

20/10 2016

v1.0.5

1.0.5.0 https://www.ctolog.com

ThinkPHP5 Smarty Template Driver

  Sources   Download

MIT

The Requires

 

thinkphp5 think-smarty

20/10 2016

v1.0.4

1.0.4.0 https://www.ctolog.com

ThinkPHP5 Smarty Template Driver

  Sources   Download

MIT

The Requires

 

thinkphp5 think-smarty

20/10 2016

v1.0.3

1.0.3.0 https://www.ctolog.com

ThinkPHP5 Smarty Template Driver

  Sources   Download

MIT

The Requires

 

thinkphp5 think-smarty

20/10 2016

v1.0.2

1.0.2.0 https://www.ctolog.com

ThinkPHP5 Smarty Template Driver

  Sources   Download

MIT

The Requires

 

thinkphp5 think-smarty

20/10 2016

v1.0.1

1.0.1.0 https://www.ctolog.com

ThinkPHP5 Smarty Template Driver

  Sources   Download

MIT

The Requires

 

thinkphp5 think-smarty