| [ Index ] |
|
Code source de Joomla 1.0.13 |
[Code source] [Imprimer] [Statistiques]
This class extends Cache_Lite and uses output buffering to get the data to cache.
| Author: | Fabien MARTY <fab@php.net> |
| Version: | $Id: Output.php 49 2005-09-15 02:55:27Z rhuk $ |
| Poids: | 72 lignes (1 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
Cache_Lite_Output:: (3 méthodes):
Cache_Lite_Output()
start()
end()
Classe: Cache_Lite_Output - X-Ref
| Cache_Lite_Output($options) X-Ref |
| Constructor $options is an assoc. To have a look at availables options, see the constructor of the Cache_Lite class in 'Cache_Lite.php' param: array $options options |
| start($id, $group = 'default') X-Ref |
| Start the cache param: string $id cache id param: string $group name of the cache group return: boolean true if the cache is hit (false else) |
| end() X-Ref |
| Stop the cache |
| Généré le : Wed Nov 21 14:43:32 2007 | par Balluche grâce à PHPXref 0.7 |
|