Header update on all the files
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@6095 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
<?php
|
||||
/** DomFramework
|
||||
* @package domframework
|
||||
* @author Dominique Fournier <dominique@fournier38.fr>
|
||||
*/
|
||||
|
||||
/** This class permit to cache the ouptut of a code. If the cache is already
|
||||
available, use it.
|
||||
It resend the headers as the ouptut send them
|
||||
Use it by :
|
||||
$c = new cacheoutput ("URL");
|
||||
Don't forget to define a variable or the cache saved is always empty */
|
||||
* available, use it.
|
||||
* It resend the headers as the ouptut send them
|
||||
* Use it by :
|
||||
* $c = new cacheoutput ("URL");
|
||||
* Don't forget to define a variable or the cache saved is always empty
|
||||
*/
|
||||
class cacheoutput
|
||||
{
|
||||
/** Record if the saving of pages is on going */
|
||||
|
||||
Reference in New Issue
Block a user