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: server_apis authored Jun 11, 2019 by 王常春's avatar 王常春
Show whitespace changes
Inline Side-by-side
Showing with 5 additions and 1 deletion
+5 -1
  • tools_php_usage.md tools_php_usage.md +5 -1
  • No files found.
tools_php_usage.md
View page @ bdc63d11
# Tools.php使用说明 # Tools.php使用说明
## 新建Bll
````
php Tool.php create-bll "Bll\Wiki\CompanyWikiAttach" "Dao\Wiki\CompanyWikiAttach"
````
## 新建页面 ## 新建页面
```` ````
...@@ -8,7 +12,7 @@ ...@@ -8,7 +12,7 @@
```` ````
php Tool.php create-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-dao "Dao\Wiki\CompanyWikiGeneralContent" tb_company_wiki_general_content wiki id
```` ````
## 新建插件 ## 新建插件
......
Clone repository
  • code
  • conference_records
  • crontab_list
  • Home
  • server
    • apis
      • 360_order
      • comment
      • medical
      • personal_card
      • test
  • server_apis
  • tools_php_usage