2017 © Pedro Peláez
 

ticky-framework framework

the new tickyphp framework

image

topticky/framework

the new tickyphp framework

  • Thursday, May 31, 2018
  • by luomingui
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Total Downloads Latest Stable Version License composer.lock, (*1)

全面的WEB开发特性支持

最新的TickyPHP为WEB应用开发提供了强有力的支持,这些支持包括:, (*2)

  • MVC支持-基于多层模型(M)、视图(V)、控制器(C)的设计模式
  • ORM支持-提供了全功能和高性能的ORM支持,支持大部分数据库
  • 模板引擎PHP原生来做模板引擎
  • 缓存支持-提供了包括文件、数据库、Memcache、Xcache、Redis等多种类型的缓存支持

命名规范

  • MySQL的表名需小写或小写加下划线,如:item,car_orders。
  • 模块名(Models)需用大驼峰命名法,即首字母大写,并在名称后添加Model,如:ItemModel,CarModel。
  • 控制器(Controllers)需用大驼峰命名法,即首字母大写,并在名称后添加Controller,如:ItemController,CarController。
  • (Action)需用小驼峰命名法,即首字母小写,如:index,indexPost。
  • 视图(Views)部署结构为控制器名/行为名,如:item/view.php,car/buy.php。
  • 项目文件夹需用小驼峰命名法

模块化设计 模块/控制器/方法/参数

如:域名/home/index/get?id=1 + 后台 + 前台 + 手机 + API + ...., (*3)

安全性

框架在系统层面提供了众多的安全特性,确保你的网站和产品安全无忧。这些特性包括:, (*4)

  • 防跨网站脚本攻击XSS
  • 防跨网站请求伪造攻击CSRF
  • 防SQL注入
  • 防Session固定攻击
  • 防Session劫持攻击
  • 防文件上传漏洞攻击
  • 表单令牌验证
  • 输入数据过滤

The Versions

31/05 2018

dev-master

9999999-dev http://tickyphp.cn/

the new tickyphp framework

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar luomingui

orm framework tickyphp

07/05 2018

1.0.x-dev

1.0.9999999.9999999-dev http://tickyphp.cn/

the new tickyphp framework

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

The Development Requires

by Avatar luomingui

orm framework tickyphp