Skip to content
/ utframe Public
forked from usualtool/framework

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

License

Notifications You must be signed in to change notification settings

idou85/utframe

 
 

Repository files navigation

UT框架 UT Frame

介绍 Introduction

UT框架是基于PHP的多端开发框架,类库完善,适合开发各种类型的应用。 UT Framework is based on PHP multi-end development framework, class library perfect, suitable for the development of various types of applications.

环境 Environment

支持PHP5/PHP7/PHP8等已知向上发行的版本 Support PHP5/PHP7/PHP8 and other known upward distributions

安全事项 Security

.ut.config配置包含敏感信息,您必须在配置文件中设置禁止非本地访问.config文件,参考https://frame.usualtool.com/baike/config.php .ut.config configuration contains sensitive information. You must set in the configuration file to prohibit non local access Config file, reference http://frame.usualtool.com/baike/config.php

install-dev是开发端可视包安装目录,若无需可视化,请在部署UT后删除该目录 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 structure

┌─--app    应用目录 Application Directory
│    ├─--assets  默认资源组 Default Resource Group
│    │    ├─css    
│    │    ├─font  
│    │    ├─images 
│    │    └─js  
│    ├─--formwork 模板工程 Formwork
│    │    └─--模板名称 Template Name
│    │         ├─assets 静态资源 Static Resources
│    │         ├─move 安装时覆盖的文件 Files overwritten during installation
│    │         ├─skin 模板目录 Templates directory
│    │         │   ├─ut-frame 公共模块模板 Common module template
│    │         │   │    ├─admin 开发端模板 Development end template
│    │         │   │    ├─cache 缓存 Cache
│    │         │   │    └─front 客户端模板 Client template
│    │         │   └─其他模块模板 Other module template
│    │         └─usualtool.config 配置引导 Configure boot
│    ├─--modules 模块 Module
│    │    ├─--UTFrame  UT公共模块 UT Common Module
│    │    │    ├─admin 后端文件夹 Back end folder
│    │    │    ├─cache 缓存文件夹 Cache folder
│    │    │    ├─skin  模板文件夹 Template folder
│    │    │    └─front 前端文件夹 Front end folder
│    │    │        ├─error.php   错误页提示 Error page tip
│    │    │        ├─index.php   前端首页示例文件 Front-end home example file
│    │    │        └─sockets.php Websockets命令执行文件 Websockets command execution file
│    │    └─--开发者其他自定义模块 Other custom modules for developers
│    │         ├─admin 后端文件夹 Back end folder
│    │         ├─cache 缓存文件夹 Cache folder
│    │         ├─skin  模板文件夹 Template folder
│    │         ├─front 前端文件夹 Front end folder
│    │         └─usualtool.config 模块配置文件 Module configuration file
│    ├─--plugins 插件目录 Plugin directory
│    └─--config.php 应用配置文件 Application profile
├─--lang    语言包目录 Language Package Directory
├─--library UT类库目录 UT Class Library directory
├─--update  UT预留更新目录 UT Reserve Update Directory
├─--vendor  依赖库目录 Dependent Library Directory
├─--.ut.config    UT全局配置 UT Global configuration
├─--autoload.php  自动加载文件 Automatic file loading
├─--index.php     UT入口控制器文件 UT Entry Controller file
└─--UTVER.ini     UT版本号 UT version number

相关开发文档 Development documentation

http://frame.usualtool.com

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 48.5%
  • PHP 46.1%
  • JavaScript 4.7%
  • HTML 0.7%