BRICKOO::SetCacheFilesPath  (since version 2.0)
Syntax
boolean SetCacheFilesPath (  string $cachePath  )
Parameters
cachePath
The path to the cache directory.
Description
Sets the path to store the cache files.

This folder needs also write access.
Return
boolean Returns true on success, false on fail.
Examples
<?php

  BRICKOO
::SetCacheFilesPath('path/to/cache/directory');

?>

Last change 10/12/2009




Administration