Code Monkey home page Code Monkey logo

easeframe's Introduction

Easeframe 是什么?

Easy PHP MVC Framework,从0开始搭建的MVC框架,没有使用任何现有的类库

为什么要使用Easeframe

方便使用,执行速度高

Easeframe介绍

目录机构

www web部署目录(或者子目录)
├─index.php    入口文件
├─README.md    README文件
├─Application  应用目录
├──Controller  控制器目录
├──Model       模板目录
├──View        视图目录
├─config       配置文件目录
├─lib          自定义类库目录
├─Plugin       第三方插件目录
├─Public       资源文件目录
└─core         框架核心类库目录

关于Easeframe的系列教程

  1. 从零创建一个MVC框架之MVC的基础了解
  2. 从零创建一个MVC框架之项目目录结构
  3. 从零创建一个MVC框架之主程序入口
  4. 从零创建一个MVC框架之URL解析
  5. 从零创建一个MVC框架之控制器
  6. 从零创建一个MVC框架之视图
  7. 从零创建一个MVC框架之模板

Welcome your contributions!!!

easeframe's People

Contributors

liwenwei avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

lrxinshijie

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.