Giter Site home page Giter Site logo

mvcandswoole's Introduction

MVC + php7 + swoole

  1. mvc 的定义 M Model 模型层 V View 视图层 C Controller 控制器

    一般来说 一个模块 对应一个类 对应一个控制器 C 公共的模型层 M 对应的控制器里的方法的 模版文件 V

  2. mvc 优势

    1. 高内聚 低耦合
    2. 易于维护
    3. 代码可读性
    4. 单一入口 index.php
  3. MVC 实例 3.1 mvc 1.0 目录结构 |-- models 模型层 |-- views 视图层 |-- controllers 控制器 |-- configs 配置文件目录 index.php 入口文件

     URL:
         index.php?c=控制器名&a=方法名
         index.php?c=goods&a=edit
    

    3.2 mvc 2.0 自动加载类

    3.3 mvc 3.0 目录结构 |-- models 模型层 |-- views 视图层 |-- libs Smarty模板引擎 |-- runtime 运行目录 |-- views_c 编译目录 |-- caches 缓存目录 |-- controllers 控制器 |-- configs 配置文件目录 index.php 入口文件

     引入模版引擎
    

    3.4 mvc 4.0 添加 控制基类

    4.5 mvc 5.0 完善增删改查 及 其他功能

mvcandswoole's People

Contributors

long6218344 avatar

Watchers

James Cloos 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.