Skip to content

jellycheng/speed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

新版的SpeedPHP框架speed.php

已经很快了,还能不能更快?

已经很轻量级了,还能不能更轻?

已经很容易学了,还能不能更容易?

PHP框架真的要用尽Java的23种设计模式,才能开发项目?

所以我们有了新的SpeedPHP框架:

  1. 核心代码不到500行,简约易学但功能强大,速度飞快。
  2. 易于使用的伪静态路由规则,构造各种各样的地址
  3. 大部分的约定配置,更专注于业务功能
  4. 直接使用new语法代替spClass,让代码提示更智能。
  5. 适应PHP5.2-5.6版本的语法,调试模式打开STRICT语法要求,代码更健壮
  6. 支持modules多应用开发架构
  7. 增加BaseController父类,方便全局操作。
  8. 新模板引擎支持Smarty日常全部语法,还有布局、自动输出等方便功能。
  9. 默认支持MySQL多库访问、读写分离、分页,按需连接使得数据库更轻更快
  10. 强安全策略,自动防止跨站脚本、SQL注入攻击等。

目前正在测试中,望各位不吝指教。

新版代码;https://github.com/SpeedPHP/speed

下载地址:https://github.com/SpeedPHP/speed/archive/master.zip

使用方法:http://www.speedphp.com/thread-4826-1-1.html

问题反馈:http://www.speedphp.com/thread-4827-1-1.html

Releases

No releases published

Packages

No packages published

Languages

  • PHP 75.1%
  • HTML 24.4%
  • ApacheConf 0.5%