PHP4 Utilities
| Item Name | Summary |
|---|---|
| PHP URL parameter handling class container (2008-10-13) | A simple class container to ease the access to PHP URL parameters, with access methods. |
| PHP HTML Page Cache Handler class (2009-07-08) | A class to allow the caching of HTML output to a designated cache page folder. Gives control of how much of the page is cached. Uses a control document's (for example an XML document) file last modified time (and optionally the source PHP page) compared against the cached page's last modified date/time to determine if the cached page should be output directly, or cached to the cache file and then output. |
| PHP XML Tag Handler classes demonstrating delegate method calls | A class to allow the controlled parsing of an XML document, calling back to supplied handler methods only on interested tags, whilst ignoring all others. This class is live and in use in web sites. Demonstrates delegate callbacks from other classes. |
All site contents copyright (c) HHHSoftware, 1997 - 2010 and Andy Strong unless otherwise stated |