# phpsmarty **Repository Path**: c32/phpsmarty ## Basic Information - **Project Name**: phpsmarty - **Description**: phpsmarty - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-03-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PHPSmarty === PHPSmarty是一个免费开源的,快速、简单的面向对象的PHP开发框架,是为了敏捷WEB应用开发和简化企业应用开发而诞生的。 >PHPSmarty的运行环境要求PHP5.6以上。 [PHPSmarty完全操作手册](https://www.kancloud.cn/amd5/php_smarty) ==== https://www.kancloud.cn/amd5/php_smarty 目录结构 --- ``` project 应用部署目录 ├─application 应用目录 │ ├─index 模块目录 (可更改) │ │ ├─controller │ │ ├─model 模型目录 │ │ └─view 视图目录 │ │ ├─index │ │ └─public │ └─test │ ├─controller │ ├─model │ └─view │ ├─index │ └─public ├─maijiphp 框架系统目录 │ ├─libs │ │ ├─Email │ │ │ ├─language │ │ │ └─src │ │ ├─font │ │ ├─ip │ │ └─sdk │ │ └─QQlogin │ │ ├─class │ │ └─comm │ ├─smarty │ │ ├─plugins │ │ └─sysplugins │ └─tpl ├─plugins 第三方类库目录 └─public WEB 部署目录(对外访问目录) ├─static 静态资源存放目录(css,js,image) ├─nginx.conf 用于 nginx 的重写 ├─.htaccess 用于 apache 的重写 └─index.php 应用入口文件 ``` #### 作者邮箱:pd87#qq.com