Consolidated ASP Classic MVC framework from best components
Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- <!--#include file="../Core/helpers.asp"-->
- <!--#include file="../Core/lib.ErrorHandler.asp"-->
- <!--#include file="../Core/lib.ControllerRegistry.asp"-->
- <!--#include file="../Core/mvc.asp"-->
- <!--#include file="../Core/lib.DAL.asp"-->
- <!--#include file="../Core/lib.Data.asp"-->
- <!--#include file="../Core/lib.Migrations.asp"-->
- <% Dim router : Set router = GetObject("script:"& Server.MapPath("../Core/router.wsc") & "") %>
- <!--#include file="../Core/lib.collections.asp"-->
- <!--#include file="../Core/lib.HTML.asp"-->
- <!--#include file="../Core/lib.Routes.asp"-->
- <!--#include file="../Core/lib.Flash.asp"-->
- <!--#include file="../Core/lib.FormCache.asp"-->
- <!--#include file="../Core/lib.HTML.Security.asp"-->
- <!--#include file="../Core/lib.AutoMapper.asp"-->
- <!--#include file="../Core/lib.CDOEmail.asp"-->
- <!--#include file="../Core/lib.Upload.asp"-->
- <!--#include file="../Core/lib.json.asp"-->
- <!--#include file="../Core/lib.helpers.asp"-->
- <!--#include file="../Core/lib.crypto.helper.asp"-->
- <!--#include file="../Core/lib.Enumerable.asp"-->
- <!--#include file="../Core/lib.ad.auth.asp"-->
- <!--#include file="../Core/databaseConnection.asp"-->
|