项目作者: ekede

项目描述 :
WTS Classic ASP Framework with VBScript based on Object
高级语言: Classic ASP
项目地址: git://github.com/ekede/WTS-Classic-ASP-MVC-Framework.git
创建时间: 2018-11-07T09:08:15Z
项目社区:https://github.com/ekede/WTS-Classic-ASP-MVC-Framework

开源协议:MIT License

下载


WTS Classic ASP Framework with VBScript based on Object

Code: UTF-8 with BOM

Program: request => route => module/control/action (model,view,language) => response

Start: inc/wts.start() => inc/module/—-/control/start/site.start() => …

Struct:

  1. index.asp Single entry point, IIS404,405 point here
  2. inc/ Program Folder
  3. inc/config.asp Global configure File
  4. inc/wts.asp Core Framework
  5. inc/class/ Asp Libray
  6. inc/module/ MVCL Program
  7. data/ Data Folder
  8. data/cache/ Cache Folder
  9. data/db/ Database Folder
  10. data/log/ Log Folder
  11. data/pic/ IMAGE Folder
  12. data/static/ Static Folder: css,js,icon...
  13. app/ Rewrite "inc/" Folder

Note:

  1. First Copy inc/config.bak.asp inc/config.asp
  2. Program and Data path can be configured by config.asp
  3. Class libraries and program files based on object, loading file by loader object