8000 GitHub - wuzhizhan/CoolPHP: A simple and tiny php framework
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wuzhizhan/CoolPHP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoolPHP Framework

Thank you for choosing CoolPHP framework, A simple, efficient, raw PHP framework for Web system apis

DIRECTORY STRUCTURE

CoolPHP/
├── applicate
│   ├── cache
│   │   └── logger.log
│   ├── config
│   │   ├── code.conf.php
│   │   ├── common.conf.php
│   │   ├── db.conf.php
│   │   ├── redis.conf.php
│   │   └── routes.conf.php
│   ├── controller
│   │   ├── Controller.php
│   │   └── IndexController.php
│   ├── helper
│   │   └── function.php
│   ├── libraries
│   │   ├── QRcode.php
│   │   └── Weixin.php
│   └── model
│       └── Model.php
├── index.php
└── system
    ├── Cool.php
    ├── core
    │   ├── CoolController.php
    │   ├── CoolException.php
    │   ├── CoolModel.php
    │   ├── Router.php
    │   └── Session.php
    ├── database
    │   ├── mysql
    │   │   ├── MySQLHelper.php
    │   │   ├── MySQLiHelper.php
    │   │   └── PDOHelper.php
    │   └── redis
    │       └── RedisHelper.php
    └── helper
        ├── Cookie.php
        ├── CSV.php
        ├── File.php
        ├── Http.php
        └── Log.php

REQUIREMENTS

The minimum requirement by Yii is that your Web server supports PHP 5.4.

About

A simple and tiny php framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%
0