资 源 简 介
MeASP Web Framework -- Development Class SDK
* dynamic-lazy-loading modules(libraries).
* the libraries(modules) codes can in the database.
* the libraries can be encrypted via password.
* the libraries can be cached to speed up.
* can support the VB and JScript Libraries together.
MeDatabase.asp
* TMeDatabase: the database class for ASP
MeLib.asp
* TMeLib: implements the dynamic-lazy-loading modules(libraries)
The following libs are the core libs! The core libs are always in the memory!
" NO NESSARY to load these libraries:"Lib.Require("MeConsts")Lib.Require("MeSysUtils")Lib.Require("MeList")Lib.RequireFile("ADOConsts")
If you wanna use the Database lib feature:
Lib.Require("MeDatabase")
If you wanna encrypt lib, the "Security.Cipher" library should be included
Lib.Require("Security.Cipher")
The Moudle(Library) Organized and Named in the