Code Monkey home page Code Monkey logo

codegenerator's Introduction

  • 插件前言
    • 有10颗星 10个fork我就来写详细系统说明
  • 功能说明
    • php version >=7.0
    • 一个代码编辑生成器 (以内置部分模板 如 spring mvc的代码生成模板,部分php的代码生成模板 可根据需求改改模板)
  • 使用方式见demo.php
  • template vars 模板当中常用的部分变量 及说明
    • $table tablename
    • $table_raw raw table name
    • $Table ufirst letter
    • $utable no char '_'
    • $Utable ucfirse && no char '_'
    • $tableName camelize
    • $TableName camelize
    • table_abbr 小写缩写
    • $cols[0]['col_name_raw'] raw name
    • $cols[0]['comment'] raw name
    • $cols[0]['colName'] camelize
    • $cols[0]['ColName'] Camelize
    • $cols[0]['jtype'] java map type

codegenerator's People

Watchers

 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.