assets/             contains assets definition
包含资源定义
      commands/           contains console commands (controllers)
包含命令行命令,控制器
      config/             contains application configurations
包含应用程序配置
      controllers/        contains Web controller classes
包含web 控制器类
      mail/               contains view files for e-mails
包含视图文件和邮件
      models/             contains model classes
包含模型类
      runtime/            contains files generated during runtime
包含运行时文件
      tests/              contains various tests for the basic application
包含各种测试的基本应用程序
      vendor/             contains dependent 3rd-party packages
包含依赖第三方的包
      views/              contains view files for the Web application
包含WEB应用程序的视图文件 即网页模版
      web/                contains the entry script and Web resources
包含脚本条目和 web 资源

 

相关文章:

  • 2021-09-07
  • 2021-07-12
  • 2022-12-23
  • 2022-01-22
  • 2021-10-17
  • 2022-12-23
  • 2021-06-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-25
  • 2021-11-08
  • 2022-12-23
  • 2021-09-30
  • 2021-08-26
  • 2022-02-05
相关资源
相似解决方案