00001 ;<?php sleep(300);exit(1); ?> 00002 ;{{ ====================== Module =================== 00003 [module] 00004 ;Socket 00005 socket = "socket/socket.php" 00006 socketLogger = "socket/log.php" 00007 ;template 00008 template = "template/template.php" 00009 ;validation 00010 validation = "validation/validation.php" 00011 ;upload 00012 upload = "upload/upload.php" 00013 ;helper_html 00014 helper_html = "helper/html/dict.php" 00015 ;ORM.CodeGenerator 00016 orm_codegen = "orm/CodeGen/class-gen.php" 00017 ;Orm.inherit 00018 orm_inherit = "orm/magic.php" 00019 ;Application 00020 appController = "app/zigController.php" 00021 appModel = "app/zigModel.php"; 00022 ;dbAcces 00023 dbAccess = "dbaccess/dbaccess.php" 00024 ;Dynamic Orm 00025 dynOrm = "dynorm/dynorm.php" 00026 ;zQuery 00027 query = "zquery/zquery.php" 00028 ;zCache 00029 cache = "cache/cache.php" 00030 ;zCDE 00031 zCDE = "zcde/zcde.php" 00032 CDE = "zcde/zcde.php" 00033 ;zCaptcha 00034 captcha = "image/captcha.php" 00035 ;zFAccess 00036 FAccess = "faccess/faccess.php" 00037 ;zHttpAuth 00038 httpAuth = "httpAuth/zHttpAuth.php" 00039 ;unitTest 00040 unitTest = "unit/unit.php" 00041 dummyUnitTest = "unit/dummy.php" 00042 unitTestReader = "unit/testReader.php" 00043 ;}} 00044 ;{{ ====================== Plugin ====================== 00045 [plugin] 00046 weather = "weather/weather.php" 00047 ;}} 00048 ;{{ ====================== Abstract Class(s) for Module(s) ====================== 00049 [module-abstract] 00050 ;Abstract Modules here 00051 ;Parser 00052 vldMapParser = "parser/prs_validation.php" 00053 ormMapParser = "parser/prs_orm.php" 00054 ;validationCore 00055 validationCore = "validation/core.php" 00056 ;app_helper 00057 app_helper = "app/app_helper.php" 00058 ;}} 00059 ;{{ ====================== Abstract Class(s) for Plugin(s) ====================== 00060 [plugin-abstract] 00061 ;Abstract Plugins here 00062 ;weather 00063 weather-setup = "weather/setup.php" 00064 ;}}