PHP Classes

File: contents/themes/simplecolor/model/activateProcess.php

Recommend this page to a friend!
  Classes of Minh Tien   Noblesse CMS   contents/themes/simplecolor/model/activateProcess.php   Download  
File: contents/themes/simplecolor/model/activateProcess.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Noblesse CMS
Content management system with custom plugins
Author: By
Last change:
Date: 9 years ago
Size: 455 bytes
 

Contents

Class file image Download
<?php

function createPostCache($inputData=array())
{
   
}

function
updatePostCache($inputData=array())
{

}

function
removePostCache($inputData=array())
{
   
// $cachePath=ROOT_PATH.'application/caches/theme/simplecolor/';

    // if(isset($inputData[0]) && (int)$inputData[0]>0)
    // {
    // $total=count($inputData);

    // for ($i=0; $i < $total; $i++) {
    // $path=$cachePath.'post_'
    // }
    // }
}


function
createLinkCache($inputData=array())
{
   
}

?>