Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
web-php
web-php
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 94
    • Merge requests 94
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • web-phpweb-php
  • Wiki
  • tools_php_usage

tools_php_usage · Changes

Page history
wangchangchun created page: tools_php_usage authored Jun 04, 2019 by 王常春's avatar 王常春
Hide whitespace changes
Inline Side-by-side
Showing with 9 additions and 0 deletions
+9 -0
  • tools_php_usage.md tools_php_usage.md +9 -0
  • No files found.
tools_php_usage.md
View page @ 4a069892
......@@ -6,5 +6,14 @@
## 新建Dao
````
php Tool.php create-dao 类名 表明 数据库名词 主键名称
例子
php Tool.php create-dao "dao\wiki\CompanyWikiGeneralContent" tb_company_wiki_general_content wiki id
````
## 新建插件
````
php Tool.php create-plugin app名称 类名
例子
php Tool.php create-plugin app-wikiadmin "Wikiadmin\AuditContent\CompanyRealShot"
````
\ No newline at end of file
Clone repository
  • code
  • conference_records
  • crontab_list
  • Home
  • server
    • apis
      • 360_order
      • comment
      • medical
      • personal_card
      • test
  • server_apis
  • tools_php_usage