[Plugin: W3 Total Cache] Fragment Caching
-
Is this first of all right and the most effective way to do this? It appears to be working sort of…
<!-- mfunc $imatrix -->
<?php
//Let's grab some initial data from the Api
$imatrix = new imatrix();
$imatrix->SetURL($_SERVER['HTTP_HOST']);
$imatrix->SetAPIACTION('SITEDATA');
$imatrix->SetDATATYPE('DELIMITED');
$imatrix->SetDELIMITER_1(',');
$imatrix->SetDELIMITER_2(';');
$imatrix->SetLIVE('Y');
$imatrix->sitedata();
//print_r($distribtop);
?>
<!-- /mfunc -->
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: W3 Total Cache] Fragment Caching’ is closed to new replies.