Mercurial > SimpleWebPresenter
view ScriptIncludeCache.inc @ 93:8aadd7a23b68
Moved some functionality from common-functions into Http class.
Reorganized Validator into a class hierarchy.
Added functionality for validating with a buffer in addition to URLs.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Thu, 18 Oct 2012 16:44:48 +0200 |
| parents | dd4ddedca4c5 |
| children |
line wrap: on
line source
<?php /** * @file * * Since ScriptIncludeCache is defined in FileCacheSet.inc, we simply * include it here to provide a common class include interface */ include_once 'FileCacheSet.inc'; ?>
