2017 © Pedro Peláez
 

theme tp5_theme

thinkphp5 theme

image

samplecms/tp5_theme

thinkphp5 theme

  • Thursday, June 16, 2016
  • by samplecms
  • Repository
  • 1 Watchers
  • 0 Stars
  • 28 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

tp5_theme

安装 composer require samplecms/tp5_theme, (*1)

事例, (*2)

    <?php
    namespace app\index\controller;
    use tp\theme\Theme;
    class Index extends Theme
    {
        public $theme = 'default';
        public function index()
        {



           return  $this->make('index');
        }
    }

主题对应文件 public/themes/default/index/index/index.html, (*3)

如有问题请在微博中 @太极拳那点事儿 http://weibo.com/sunkangchina

The Versions

16/06 2016

dev-master

9999999-dev

thinkphp5 theme

  Sources   Download

BSD

The Requires

  • php >=5.4.0

 

by Sun Kang

theme thinkphp

16/06 2016

v2.0

2.0.0.0

thinkphp5 theme

  Sources   Download

BSD

The Requires

  • php >=5.4.0

 

by Sun Kang

theme thinkphp