PHP Classes

File: config/conf.php

Recommend this page to a friend!
  Classes of ASCOOS CMS   Ascoos Framework   config/conf.php   Download  
File: config/conf.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Ascoos Framework
Framework of general purposes classes
Author: By
Last change:
Date: 2 months ago
Size: 181 bytes
 

Contents

Class file image Download
<?php
global $afw_path;

return [
   
'cacheType' => 'file', // [ascoos], memcached, file
   
'db_driver' => 'mysqli',
   
'cache_path' => $afw_path.'/tmp/cache/'
];
?>