Changeset 230
- Timestamp:
- 02/06/07 13:34:34 (1 year ago)
- Files:
-
- trunk/config/php/config.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/php/config.php
r161 r230 30 30 31 31 /** 32 * this method should return the path to the cache directory 33 * 34 * @return string 35 */ 36 public static function getCachePath() 37 { 38 return realpath(dirname(__FILE__) . '/../../cache'); 39 } 40 41 /** 32 42 * switch to use star files or not 33 43 * … … 36 46 public static function useStar() 37 47 { 38 return true;#class_exists('StarClassRegistry', false);48 return false;#true;#class_exists('StarClassRegistry', false); 39 49 } 40 50 }
