1 Star 0 Fork 3

saku87 / framework

forked from 黄豆 / UT框架 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

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 Director
├────├───assets 默认资源组 Default Resource Group
├────├────├─css
├────├────├─font
├────├────├─images
├────├────└─js
├────├───admin 后端示例 Admin
├────├────└───index.php 后端示例控制器 Admin Controller file
├────├───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
├────├────├────├────├─admin 后端模板 Back end template
├────├────├────├────└─front 前端模板 Front end template
├────├────├────├─front 前端文件夹 Front end folder
├────├────├────├────├─error.php 错误页提示 Error page tip
├────├────├────├────├─index.php 前端首页示例文件 Front-end home example file
├────├────├────├────└─sockets.php Websockets服务端示例 WebSockets server
├────├─────────└─usualtool.config 配置引导 Configure boot
├────├───plugins 插件目录 Plugin directory
├────└───config.php 应用配置文件 Application profile
├───lang 语言包 Language Package Directory
├───library 类库 UT Class Library directory
├───update 更新包目录 UT Reserve Update Directory
├───vendor 依赖库目录 Dependent Library Directory
├───.ut.config 全局配置 UT Global configuration
├───autoload.php 自动加载 Automatic file loading
├───index.php 前端控制器 UT Entry Controller file
├───usualtool 命令行服务端 UT command line server
└───UTVER.ini 版本号 UT version number

相关开发文档 Development documentation

http://frame.usualtool.com

空文件

简介

UT框架是基于PHP的多端开发框架,类库完善,适合开发各种类型的应用。 展开 收起
PHP
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/saku/framework.git
git@gitee.com:saku/framework.git
saku
framework
framework
master

搜索帮助