1 Star 0 Fork 3

SevenNull / UT框架

forked from 黄豆 / UT框架 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 3.46 KB
一键复制 编辑 原始数据 按行查看 历史
黄豆 提交于 2022-05-21 22:38 . update 220521

release license size

English | 简体中文

Introduction

UsualTool Framework (UT) is based on PHP multi-end development framework, class library perfect, suitable for the development of various types of applications.

Schematic diagram

Difference from traditional MVC
schematic

Environment

Support Nginx/Apache/IIS.
Support PHP5/PHP7/PHP8 and other known upward distributions.

Security

.ut.config configuration contains sensitive information.
You must set in the configuration file to prohibit non local access Config file.
Server configuration example install-dev is the installation directory of visual package on the development side. If visualization is not required, please delete this directory after deploying UT.

system architecture

┌─── app /*Application*/
├────├─── assets /*Resource*/
├────├─── admin /*Admin example*/
├────├────└───index.php  /*Admin controller*/
├────├─── log /*Log*/
├────├─── modules /*Module*/
├────├────└───ut-frame
├────├────├────├─admin /*Admin model*/
├────├────├────├─cache
├────├────├────├─skin
├────├────├────├────├─admin /*Admin view*/
├────├────├────├────└─front /*Client view*/
├────├────├────├─front /*Client model*/
├────├────├────├────├─error.php
├────├────├────├────└─index.php
├────├─────────└─usualtool.config
├────├─── plugins /*Plugin*/
├────├─── template /*Template engineering*/
├────├────└───Template name
├────├─────────├─assets
├────├─────────├─move
├────├─────────├─skin /*Module view*/
├────├─────────├───├─ut-frame
├────├─────────├───├────├─admin
├────├─────────├───├────├─cache
├────├─────────├───├────└─front
├────├─────────├───└─Other module view
├────├─────────└─usualtool.config
├────└─── config.php /*Application configuration*/
├─── lang /*Language package*/
├─── library /*Class library*/
├─── update
├─── vendor /*Composer dependency*/
├─── .ut.config /*Global configuration*/
├─── autoload.php /*Bootloader*/
├─── index.php /*Client controller*/
├─── usualtool /*Command line*/
└─── UTVER.ini /*Version*/

Development documentation

PHP
1
https://gitee.com/sixtomay/framework.git
git@gitee.com:sixtomay/framework.git
sixtomay
framework
UT框架
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891