| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Summary view] [Print] [Text view]
1 <?PHP 2 /** 3 * Base class for patTemplate output cache 4 * 5 * $Id: OutputCache.php 10381 2008-06-01 03:35:53Z pasamio $ 6 * 7 * An output cache is used to cache the data before 8 * the template has been read. 9 * 10 * It stores the HTML (or any other output) that is 11 * generated to increase performance. 12 * 13 * This is not related to a template cache! 14 * 15 * @package patTemplate 16 * @subpackage Caches 17 * @author Stephan Schmidt <schst@php.net> 18 */ 19 20 // Check to ensure this file is within the rest of the framework 21 defined('JPATH_BASE') or die(); 22 23 /** 24 * Base class for patTemplate output cache 25 * 26 * $Id: OutputCache.php 10381 2008-06-01 03:35:53Z pasamio $ 27 * 28 * An output cache is used to cache the data before 29 * the template has been read. 30 * 31 * It stores the HTML (or any other output) that is 32 * generated to increase performance. 33 * 34 * This is not related to a template cache! 35 * 36 * @abstract 37 * @package patTemplate 38 * @subpackage Caches 39 * @author Stephan Schmidt <schst@php.net> 40 */ 41 class patTemplate_OutputCache extends patTemplate_Module 42 { 43 } 44 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |