PHP code example of kaysen820 / kaysen-dev

1. Go to this page and download the library: Download kaysen820/kaysen-dev library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

kaysen820 / kaysen-dev example snippets


更改Runtime路径
配置默认为不缓存所有数据并开启DEBUG
修复部分命名错误的类、方法、变量
支付和订单部分的数据库操作加了悲观行锁
分离测试数据到 Tag 中
修复上传文件安全问题

增加模块分组、关联查询、复合查询、分离Model层
大部分功能进行重写,时间有限,还有一小部分BUG未修复
增加针对TP2.1版本的URL安全漏洞补丁

修复XSS和SQL注入过滤
调整了数据库操作方面和分页问题
处理了部分物品、购物车、订单所属权限问题

2013.11发布 1.1 版本并开源,修复BUG若干,重新整理前后端代码格式

2012-1-21完成第一版本,仿的当时的绿森数码,后台仿的Ecshop
所有前端代码重新手写,后端根据我个人的设计和思路独自完成
集成支付宝支付功能