Code Monkey home page Code Monkey logo

daisy1's Introduction

.
├── app                     // 应用程序目录.用户在其中进行功能开发.
│   └── home                    // 模块目录.。一般分为前台(home)和后台模块(admin),这里只建立的前台模块
│       ├── controller          // 前台控制器目录,存放控制器文件。主要处理前台模块的操作
│       ├── model               // 前台模型目录,存放模型文件。处理前台模型的相关操作
│       └── view                // 前台视图目录,存放视图文件。前台展示的模板文件
├── config                  // 配置文件.
│   └── config.php              // 框架的配置文件.
├── index.php               // 框架入口文件.所有请求都经过此文件处理.
├── runtime                 // 运行时目录,保存框架运行时产生的数据.
│   ├── cache                   // 缓存目录.用于存放缓存的模板文件.
│   ├── compile                 // 编译目录.用于存放经过编译的模块文件.
│   └── log                     // 日志文件.用于记录框架运行期间的日志.
└── sys                     // 框架目录.用于存放框架文件.
    ├── core                    // 框架核心目录.存放框架运行所需的核心文件.
        └── start.php           // 框架启动文件.

daisy1's People

Contributors

guorunhe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.