# framework **Repository Path**: saku/framework ## Basic Information - **Project Name**: framework - **Description**: UT框架是基于PHP的多端开发框架,类库完善,适合开发各种类型的应用。 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://frame.usualtool.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-04-15 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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