2017 © Pedro Peláez
 

project think_kang

the new new thinkphp framework

image

livingvirus/think_kang

the new new thinkphp framework

  • Tuesday, November 22, 2016
  • by livingvirus
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

主要是把thinkphp5分离到vendor中作为一个独立的框架使用 调用https://github.com/livingvirus/framework 此仓库是引用现用以及上面的。尽可能兼容, (*1)

引用一个define CONF 配置文件路径 配置文件中定义runtime apppath 等等 IS_WIN, (*2)

Controller 作为外面可以访问的 View 作为模板, (*3)

代码规范遵循 PSR2 PSR3 自动加载遵循 PSR4 Input 类 全部在 $GLOBALS 中 包含所有输入数据,全部从这里读取。, (*4)

Response 统一输出数据, (*5)

开发测试环境 wampserver3 sublime text 3+ phpfmt phpfmt 配置 { "version": 4, "psr2": true, "psr1": true, "autocomplete": true, "enable_auto_align": true, "format_on_save": true, "indent_with_space": true, "php_bin":"D:/wamp64/bin/php/php7.0.0/php.exe", }, (*6)

The Versions

22/11 2016

dev-master

9999999-dev

the new new thinkphp framework

  Sources   Download

MIT

The Requires

 

by Avatar livingvirus

orm framework thinkphp