Consolidated ASP Classic MVC framework from best components
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

24 líneas
1.1KB

  1. <!--#include file="../Core/helpers.asp"-->
  2. <!--#include file="../Core/lib.ErrorHandler.asp"-->
  3. <!--#include file="../Core/lib.ControllerRegistry.asp"-->
  4. <!--#include file="../Core/mvc.asp"-->
  5. <!--#include file="../Core/lib.DAL.asp"-->
  6. <!--#include file="../Core/lib.Data.asp"-->
  7. <!--#include file="../Core/lib.Migrations.asp"-->
  8. <% Dim router : Set router = GetObject("script:"& Server.MapPath("../Core/router.wsc") & "") %>
  9. <!--#include file="../Core/lib.collections.asp"-->
  10. <!--#include file="../Core/lib.HTML.asp"-->
  11. <!--#include file="../Core/lib.Routes.asp"-->
  12. <!--#include file="../Core/lib.Flash.asp"-->
  13. <!--#include file="../Core/lib.FormCache.asp"-->
  14. <!--#include file="../Core/lib.HTML.Security.asp"-->
  15. <!--#include file="../Core/lib.AutoMapper.asp"-->
  16. <!--#include file="../Core/lib.CDOEmail.asp"-->
  17. <!--#include file="../Core/lib.Upload.asp"-->
  18. <!--#include file="../Core/lib.json.asp"-->
  19. <!--#include file="../Core/lib.helpers.asp"-->
  20. <!--#include file="../Core/lib.crypto.helper.asp"-->
  21. <!--#include file="../Core/lib.Enumerable.asp"-->
  22. <!--#include file="../Core/lib.ad.auth.asp"-->
  23. <!--#include file="../Core/databaseConnection.asp"-->

Powered by TurnKey Linux.