Git Product home page Git Product logo

phalcon_multi_module_framework's Introduction

phalcon多模块框架

项目介绍

这是一个phalcon多模块web和单模块cli框架,系统封装了一些比较好用的方法

主要特点有:

  1. 系统集成了多模块web和单模块cli。
  2. 重写封装了部分服务
  3. 封装了验证器
  4. 在基础控制器中封装了获取get、post、json参数并自动过滤数据
  5. 对原转发(forward)做了封装
  6. 集成了smarty模板引擎

添加模块很容易

例如还需要增加一个api模块

  1. 打开config/define.php,把“api”增加到“MODULE_ALLOW_LIST”中define('MODULE_ALLOW_LIST', ['home', 'admin', 'api']);
  2. 复制一份module_bak重命名为api
  3. 搜索api目录下文件,将“module_bak”替换为“api”,将“Module_bak”替换为“Api”

只需这三步即可创建新模块

更多特点可以看博客https://blog.csdn.net/u014691098/article/category/7632913

phalcon_multi_module_framework's People

Contributors

zhaoyang1214 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.