Home  >  Article  >  Backend Development  >  一个简单、高效、实用的PHP框架:Star Framework

一个简单、高效、实用的PHP框架:Star Framework

WBOY
WBOYOriginal
2016-06-23 13:25:051011browse

Star Framework(SF)是什么?

 SF 是一个简单、高效、实用的PHP框架。初衷是帮助开发者快速构建WEB应用程序,为WEB应用开发提供一整套解决方案,让开发者能够更加专注于业务开发 。

SF提供高效的MVC实现的基础上,增加了业务逻辑层(Service)实现,使整体业务架构更为清晰。

Star Framework 优势

  • 简单易懂,快速上手

  • 功能丰富可扩展性高

  • 结构清晰,数据规范,适合团队协调开发

  • 轻量级框架,执行效率高

Star Framework 适合做什么?

SF是一个通用的 Web 编程框架,即可以用于开发各种用 PHP 构建的 Web 应用。因为基于组件的框架结构和设计精巧的缓存支持,它特别适合开发大型应用,如门户网站、社区、内容管理系统(CMS)、电子商务项目和 RESTful Web 服务等。

布局

+ public  | - .htaccess // Rewrite rules  | - index.php // Application entry  | + static      | + css      | + js      | + img- application/  - Bootstrap.php   // Bootstrap  + configs      | - application.ini // Configure   + controllers     - IndexController.php // Default controller  + layouts     | + default         - layout.phtml // layout  + logs //Log  + models //Model  + services //Service  + views          | + scripts          |+ index               - index.phtml // View template for default controller+ library    | + Star //Star Framework

项目主页:http://www.open-open.com/lib/view/home/1444491320369

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn